ClearImage .NET API
minImageWidth Property (CiPdf)





Inlite.ClearImage Namespace > CiPdf Class : minImageWidth Property
Minimum width of embedded images
Syntax
'Declaration
 
Public Property minImageWidth As System.Double
'Usage
 
Dim instance As CiPdf
Dim value As System.Double
 
instance.minImageWidth = value
 
value = instance.minImageWidth
public System.double minImageWidth {get; set;}
public read-write property minImageWidth: System.Double; 
public function get,set minImageWidth : System.double
public:
property System.double minImageWidth {
   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

CiPdf Class
CiPdf Members