[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PageBoundary

PageBoundary Enum

Specifies the types of page boundaries. See PDF specification for details.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum PageBoundary
Public Enum PageBoundary

Fields

Name Description
ArtBox

The extent of the pages meaningful content (including potential white space) as intended by the pages creator.

BleedBox

The region to which the contents of the page should be clipped when output in a production environment.

CropBox

The region to which the contents of the page are to be clipped (cropped) when displayed or printed.

MediaBox

The boundaries of the physical medium on which the page is to be printed.

TrimBox

The intended dimensions of the finished page after trimming.