Click or drag to resize

PageBoundary Enumeration

Different PDF page boundaries that each correspond to a specific imaging or finishing process.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[FlagsAttribute]
public enum PageBoundary
Members
  Member nameDescription
ArtBox The dimensions of the page's meaningful content as intended by the page's creator. Default to the crop box.
BleedBox The dimensions to which the page should be clipped in a production environment. Defaults to the crop box.
CropBox The dimension to which the page should be clipped when displayed or printed. Defaults to the media box.
Default The dimensions of the intersection of the media box and the crop box. If the crop box is not present, the visible box is set to the media box.
MediaBox The maximum imageable area of the physical medium on which the page is to be printed.
TrimBox The dimensions of the finished page after trimming. Defaults to the crop box.
See Also