Click or drag to resize
Pdftools logo

PageTrimBox Property

The trim box of the page.

The trim box (PDF 1.3) defines the intended dimensions of the finished page after trimming. It may be smaller than the media box to allow for production-related content, such as printing instructions, cut marks, or colour bars. The default value is the page's crop box.

This property is if the page contains no explicit trim box.


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public Rectangle? TrimBox { get; }

Property Value

NullableRectangle
Exceptions
ExceptionCondition
InvalidOperationExceptionif the page has already been closed
See Also