PdfPage.Size Property

Definition

Gets the Portable Document Format (PDF) page's size based on its related CropBox, MediaBox, and Rotation property values.

public:
 property Size Size { Size get(); };
Size Size();
public Size Size { get; }
var size = pdfPage.size;
Public ReadOnly Property Size As Size

Property Value

The Portable Document Format (PDF) page's computed size.

Applies to