PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
The page layout to be used when the document is opened.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public PageLayout PageLayout { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PageLayout As PageLayout |
Visual C++ |
---|
public: property PageLayout PageLayout { PageLayout get (); void set (PageLayout value); } |