PdfPageDimensions.TrimBox Property

Definition

Gets the size of a rectangle that specifies the intended dimensions of the Portable Document Format (PDF) page after it has been trimmed.

public:
 property Rect TrimBox { Rect get(); };
Rect TrimBox();
public Rect TrimBox { get; }
var rect = pdfPageDimensions.trimBox;
Public ReadOnly Property TrimBox As Rect

Property Value

The Portable Document Format (PDF) page's trimmed dimensions.

Applies to