PDF .NET Library Documentation - PDF Technologies, Inc.
Retrieves the page collection of this document

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFPages Pages { get; }
Visual Basic (Declaration)
Public ReadOnly Property Pages As PDFPages
Visual C++
public:
property PDFPages^ Pages {
	PDFPages^ get ();
}

See Also