PageBoundaryHasCropBox Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets a value indicating whether this instance has crop 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 HasCropBox { get; }

Property Value

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

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

Reference