ImageGear .NET - Updated
PowerPointFileFormat Property




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearPowerPointSaveOptions Class : PowerPointFileFormat Property
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

Reference

ImGearPowerPointSaveOptions Class
ImGearPowerPointSaveOptions Members