Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageBoundary Enumeration

In This Topic
    PageBoundary Enumeration
    In This Topic
    Specifies the types of page boundaries. See PDF specification for details.
    Syntax
    'Declaration
     
    Public Enum PageBoundary 
       Inherits System.Enum
    public enum PageBoundary : System.Enum 
    Members
    MemberDescription
    ArtBoxThe extent of the pages meaningful content (including potential white space) as intended by the pages creator.
    BleedBoxThe region to which the contents of the page should be clipped when output in a production environment.
    CropBoxThe region to which the contents of the page are to be clipped (cropped) when displayed or printed.
    MediaBoxThe boundaries of the physical medium on which the page is to be printed.
    TrimBoxThe intended dimensions of the finished page after trimming.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.PageBoundary

    See Also