VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfFormatEnum Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    WebPdfFormatEnum Enumeration
    In This Topic
    Specifies available formats of PDF document.
    Syntax
    'Declaration
    
    Public Enum WebPdfFormatEnum
       Inherits System.Enum
    
    
    public enum WebPdfFormatEnum : System.Enum
    
    
    __value public enum WebPdfFormatEnum : public System.Enum
    
    
    public enum class WebPdfFormatEnum : public System.Enum
    
    
    Members
    MemberDescription
    Pdf14PDF 1.4 format.
    Pdf15PDF 1.5 format.
    Pdf16PDF 1.6 format with compressed XREF table.
    Pdf17PDF 1.7 format with compressed XREF table.
    Pdf20PDF 2.0 format with compressed XREF table.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Web.Services.WebPdfFormatEnum

    Requirements

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

    See Also