PageBoundaryHasTrimBox Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets a value indicating whether this instance has trim box.

Namespace:  Apitron.PDF.Kit.FixedLayout.PageProperties
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool HasTrimBox { get; }

Property Value

Type: Boolean
true if this instance has trim box; otherwise, false.
Examples

C#
bool flag = page.Boundary.HasTrimBox;
See Also

Reference