ClearImage .NET API
minImageHeight Property (CiPdf)





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