VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPageBoundaryType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfPageBoundaryType Enumeration
    In This Topic
    Specifies available page boundaries.
    Syntax
    'Declaration
    
    Public Enum PdfPageBoundaryType
       Inherits System.Enum
    
    
    public enum PdfPageBoundaryType : System.Enum
    
    
    __value public enum PdfPageBoundaryType : public System.Enum
    
    
    public enum class PdfPageBoundaryType : public System.Enum
    
    
    Members
    MemberDescription
    UndefindedPage boundary is undefined.
    MediaBoxMedia box - MediaBox.
    CropBoxCrop box - CropBox.
    BleedBoxBleed box - BleedBox.
    TrimBoxTrim box - TrimBox.
    ArtBoxArt box - ArtBox.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.PdfPageBoundaryType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also