ClearImage .NET API
pdfMinImageWidth Property





Inlite.ClearImageNet Namespace > ImageIO Class : pdfMinImageWidth Property
Minimum width of embedded images
Syntax
'Declaration
 
Public Property pdfMinImageWidth As System.Double
'Usage
 
Dim instance As ImageIO
Dim value As System.Double
 
instance.pdfMinImageWidth = value
 
value = instance.pdfMinImageWidth
public System.double pdfMinImageWidth {get; set;}
public read-write property pdfMinImageWidth: System.Double; 
public function get,set pdfMinImageWidth : System.double
public:
property System.double pdfMinImageWidth {
   System.double get();
   void set (    System.double value);
}
Remarks
The default value is -98765 causing only full-page-size images to be available for extraction.
See Also

Reference

ImageIO Class
ImageIO Members