public PdfDocumentPageFitType PageFitType {get; set;}
'Declaration
Public Property PageFitType As PdfDocumentPageFitType
'Usage
Dim instance As PdfDocumentOptions
Dim value As PdfDocumentPageFitType
instance.PageFitType = value
value = instance.PageFitType
public PdfDocumentPageFitType PageFitType {get; set;}
@property (nonatomic, assign) LTPdfDocumentPageFitType pageFitType
public PdfDocumentPageFitType getPageFitType()
public void setPageFitType(PdfDocumentPageFitType pageFitType)
<br/>get_PageFitType();<br/>set_PageFitType(value);<br/>Object.defineProperty('PageFitType');
Property Value
One of the
PdfDocumentPageFitType enumeration members that indicate the initial view page fit type mode to use when creating a PDF document. The default value is
PdfDocumentPageFitType.Default.