In This Topic
GdPicture14 Namespace / PdfPageBox Enumeration

PdfPageBox Enumeration

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
MemberValueDescription
PdfPageBoxArtBox4Defines the extent of the page’s meaningful content (including potential white space) as intended by the page’s creator.
PdfPageBoxBleedBox2Defines the region to which the content of the page should be clipped when output in a production environment.
PdfPageBoxCropBox1Defines 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.
PdfPageBoxMediaBox0Defines 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.
PdfPageBoxTrimBox3Defines the intended dimensions of the finished page after trimming.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfPageBox

See Also