Specifies which page boundary corresponds to this page shape, the space outside the specified boundary will be clipped.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public PageBoundary PageBoundary { get; set; }
Visual Basic
Public Property PageBoundary As PageBoundary
	Get
	Set

Remarks

If the page does not have the specified page boundary, then it will be automatically using the following fallback: ArtBox --> Default; TrimBox --> Default; BleedBox --> Default; CropBox --> MediaBox.

See Also