ClearImageNet Send comments on this topic.
pdfMinImageWidth Property
See Also 
Inlite.ClearImageNet Namespace > ImageIO Class : pdfMinImageWidth Property




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;}
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);
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]