Minimum witdth of an image to extract from PDF page. To extract only page-wide image set to -98765.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property pdfMinImageWidth As Double |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ImageIO
Dim value As Double
instance.pdfMinImageWidth = value
value = instance.pdfMinImageWidth |
| C# | |
|---|
public double pdfMinImageWidth {get; set;} |
| Delphi | |
|---|
public read-write property pdfMinImageWidth: Double; |
| JScript | |
|---|
public function get,set pdfMinImageWidth : double |
| Managed Extensions for C++ | |
|---|
public: __property double get_pdfMinImageWidth();
public: __property void set_pdfMinImageWidth(
double value
); |
| C++/CLI | |
|---|
public:
property double pdfMinImageWidth {
double get();
void set ( double value);
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also