ClearImage .NET API
Pdf Property (CiImage)





Inlite.ClearImage Namespace > CiImage Class : Pdf Property
CiPdf object defines how PDF file is opened or saved
Syntax
'Declaration
 
Public ReadOnly Property Pdf As CiPdf
'Usage
 
Dim instance As CiImage
Dim value As CiPdf
 
value = instance.Pdf
public CiPdf Pdf {get;}
public read-only property Pdf: CiPdf; 
public function get Pdf : CiPdf
public:
property CiPdf^ Pdf {
   CiPdf^ get();
}
Remarks

Pdf is a CiPdf object, associated with this object.  It's properties control operation of Open, SaveAs and Append methods while working with PDF files.

See Also

Reference

CiImage Class
CiImage Members