ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearWordSaveOptions Class / WordFileFormat Property




In This Topic
    WordFileFormat Property
    In This Topic
    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