WordProcessingSaveOptionsFileFormat Property |
Gets or sets file format of signed document.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic WordProcessingSaveFileFormat FileFormat { get; set; }
Public Property FileFormat As WordProcessingSaveFileFormat
Get
Set
public:
property WordProcessingSaveFileFormat FileFormat {
WordProcessingSaveFileFormat get ();
void set (WordProcessingSaveFileFormat value);
}
member FileFormat : WordProcessingSaveFileFormat with get, set
Property Value
Type:
WordProcessingSaveFileFormat
See Also