PdfPageDimensions.TrimBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.