ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPageRange Enumeration




In This Topic
    ImGearPDFPageRange Enumeration
    In This Topic
    Specifies predefined page range values.
    Syntax
    'Declaration
     
    Public Enum ImGearPDFPageRange 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPDFPageRange
    public enum ImGearPDFPageRange : System.Enum 
    __value public enum ImGearPDFPageRange : public System.Enum 
    public enum class ImGearPDFPageRange : public System.Enum 
    Members
    MemberValueDescription
    ALL_PAGES-3All pages in the document.
    EVEN_PAGES-5Even pages in the document.
    ODD_PAGES-4Odd pages in the document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.PDF.ImGearPDFPageRange

    See Also