PDF .NET Library Documentation - PDF Technologies, Inc.
The page layout to be used when the document is opened.

Namespace:  PDFTech
Assembly:  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);
}

See Also