A rectangle, expressed in points with the origin at the bottom left corner, defining the intended dimensions of the finished page after trimming.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public Rectangle TrimBox { get; }
Visual Basic
Public ReadOnly Property TrimBox As Rectangle
	Get

Remarks

If the TrimBox is nullNothingnullptra null reference (Nothing in Visual Basic), please use the CropBox. Note that the CropBox can be nullNothingnullptra null reference (Nothing in Visual Basic) also, you should use the MediaBox in that case. You cannot set this entry if any [Visual]Underlay or [Visual]Overlay is instanciated.

See Also