←Select platform

PageFitType Property

Summary

Initial view page fit type when creating a PDF document.

Syntax
C#
VB
Objective-C
C++
Java
public PdfDocumentPageFitType PageFitType { get; set; } 
Public Property PageFitType As PdfDocumentPageFitType 
@property (nonatomic, assign) LTPdfDocumentPageFitType pageFitType 
public PdfDocumentPageFitType getPageFitType() 
public void setPageFitType(PdfDocumentPageFitType pageFitType) 
public: 
property PdfDocumentPageFitType PageFitType { 
   PdfDocumentPageFitType get(); 
   void set (    PdfDocumentPageFitType ); 
} 

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.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly