ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearPowerPointFormats Enumeration




In This Topic
    ImGearPowerPointFormats Enumeration
    In This Topic
    List of supported Microsoft PowerPoint document types.
    Syntax
    'Declaration
     
    Public Enum ImGearPowerPointFormats 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPowerPointFormats
    public enum ImGearPowerPointFormats : System.Enum 
    __value public enum ImGearPowerPointFormats : public System.Enum 
    public enum class ImGearPowerPointFormats : public System.Enum 
    Members
    MemberValueDescription
    MSPowerPoint2007XML0Microsoft PowerPoint 2007 as XML file formats.
    MSPowerPoint971Microsoft PowerPoint 97 document type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.Office.ImGearPowerPointFormats

    See Also