In This Topic
Defines the boundary boxes (page boxes) that relate to the size of the pages in the PDF document.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum PdfPageBox
Inherits System.Enum
[ComVisible(true)]
public enum PdfPageBox : System.Enum
public enum PdfPageBox = class(System.Enum)
ComVisibleAttribute()
public enum PdfPageBox extends System.Enum
[ComVisible(true)]
__value public enum PdfPageBox : public System.Enum
[ComVisible(true)]
public enum class PdfPageBox : public System.Enum
Members
Member | Value | Description |
PdfPageBoxArtBox | 4 | Defines the extent of the page’s meaningful content (including potential white space) as intended by the page’s creator. |
PdfPageBoxBleedBox | 2 | Defines the region to which the content of the page should be clipped when output in a production environment. |
PdfPageBoxCropBox | 1 | Defines the visible region. When the page is displayed or printed, its content are to be clipped (cropped) to this rectangle
and then imposed on the output medium. |
PdfPageBoxMediaBox | 0 | Defines the boundaries of the physical medium on which the page is intended to be displayed or printed.
This mostly equals to the actual page size. |
PdfPageBoxTrimBox | 3 | Defines the intended dimensions of the finished page after trimming. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PdfPageBox
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace