ClearImage .NET API
dpiRasterBw Property (CiPdf)





Inlite.ClearImage Namespace > CiPdf Class : dpiRasterBw Property
Resolution of rasterized bi-tonal image
Syntax
'Declaration
 
Public Property dpiRasterBw As System.Integer
'Usage
 
Dim instance As CiPdf
Dim value As System.Integer
 
instance.dpiRasterBw = value
 
value = instance.dpiRasterBw
public System.int dpiRasterBw {get; set;}
public read-write property dpiRasterBw: System.Integer; 
public function get,set dpiRasterBw : System.int
public:
property System.int dpiRasterBw {
   System.int get();
   void set (    System.int value);
}
See Also

Reference

CiPdf Class
CiPdf Members