'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); }