Initial view page layout type when creating a PDF document.
public PdfDocumentPageLayoutType PageLayoutType { get; set; }
Public Property PageLayoutType As Leadtools.Forms.Documentwriters.PdfDocumentPageLayoutType
@property (nonatomic, assign) LTPdfDocumentPageLayoutType pageLayoutType
public PdfDocumentPageLayoutType getPageLayoutType()
public void setPageLayoutType(PdfDocumentPageLayoutType pageLayoutType)
public:
property Leadtools.Forms.Documentwriters.PdfDocumentPageLayoutType PageLayoutType {
Leadtools.Forms.Documentwriters.PdfDocumentPageLayoutType get();
void set ( Leadtools.Forms.Documentwriters.PdfDocumentPageLayoutType );
}
One of the PdfDocumentPageLayoutType enumeration members that indicate the initial view layout of page mode to use when creating a PDF document. The default value is PdfDocumentPageLayoutType.SinglePageDisplay.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET