'Declaration Public Enum PageBoundary Inherits System.Enum
public enum PageBoundary : System.Enum
'Declaration Public Enum PageBoundary Inherits System.Enum
public enum PageBoundary : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.PageBoundary