Web API Core | ComponentOne
C1.Web.Api Namespace / ExportFileType Enumeration

In This Topic
    ExportFileType Enumeration
    In This Topic
    Supported export file types
    Syntax
    'Declaration
     
    
    Public Enum ExportFileType 
       Inherits System.Enum
    public enum ExportFileType : System.Enum 
    Members
    MemberDescription
    BmpBitmap
    CsvComma Separated Values
    GifGraphic Interchange Format
    JpegJoint Photographic Experts Group
    JsonJson format
    PdfAdobe PDF (Portable Document Format)
    PngPortable Network Graphics
    TiffTagged Image File Format
    XlsBiff8 (Office Excel 97-2003 format)
    XlsxOpenXML (Office Excel 2007+ format)
    XmlXml format
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.ExportFileType

    See Also