Gets the size in points of this PDF page.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfPageSize PageSize { get; }
Visual Basic
Public ReadOnly Property PageSize As PdfPageSize
	Get
Visual C++
public:
property PdfPageSize^ PageSize {
	PdfPageSize^ get ();
}

Property Value

Type: PdfPageSize

See Also