ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearPowerPointSaveOptions Class / PowerPointFileFormat Property




In This Topic
    PowerPointFileFormat Property
    In This Topic
    Gets or sets the file format of Microsoft Word document will be saved.
    Syntax
    'Declaration
     
    Public Property PowerPointFileFormat As ImGearPowerPointFormats
    'Usage
     
    Dim instance As ImGearPowerPointSaveOptions
    Dim value As ImGearPowerPointFormats
     
    instance.PowerPointFileFormat = value
     
    value = instance.PowerPointFileFormat
    public ImGearPowerPointFormats PowerPointFileFormat {get; set;}
    public: __property ImGearPowerPointFormats get_PowerPointFileFormat();
    public: __property void set_PowerPointFileFormat( 
       ImGearPowerPointFormats value
    );
    public:
    property ImGearPowerPointFormats PowerPointFileFormat {
       ImGearPowerPointFormats get();
       void set (    ImGearPowerPointFormats value);
    }
    See Also