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.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntax
C#
public Rectangle? TrimBox { get; }

Property Value

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