Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFInitialViewOptions Class : PageFitType Property |
public PDFPageFitType PageFitType {get; set;}
'Declaration
Public Property PageFitType As PDFPageFitType
'Usage
Dim instance As PDFInitialViewOptions Dim value As PDFPageFitType instance.PageFitType = value value = instance.PageFitType
public: property PDFPageFitType PageFitType { PDFPageFitType get(); void set ( PDFPageFitType value); }
The page fit type of the target page. External viewers should set the page view properties based on this value when the PDF file is loaded. A value of PDFPageFitType.Default means do not change the page fit mode when going to the initial page.
For an example, refer to PDFInitialViewOptions.