ImageGear .NET v25.2 - Updated
WordFileFormat Property




ImageGear.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearWordSaveOptions Class : WordFileFormat Property
Gets or sets the file format of Microsoft Word document will be saved.
Syntax
'Declaration
 
Public Property WordFileFormat As ImGearWordFormats
'Usage
 
Dim instance As ImGearWordSaveOptions
Dim value As ImGearWordFormats
 
instance.WordFileFormat = value
 
value = instance.WordFileFormat
public ImGearWordFormats WordFileFormat {get; set;}
public: __property ImGearWordFormats get_WordFileFormat();
public: __property void set_WordFileFormat( 
   ImGearWordFormats value
);
public:
property ImGearWordFormats WordFileFormat {
   ImGearWordFormats get();
   void set (    ImGearWordFormats value);
}
See Also

Reference

ImGearWordSaveOptions Class
ImGearWordSaveOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.