PresentationSaveOptionsFileFormat 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 PresentationSaveFileFormat FileFormat { get; set; }
Public Property FileFormat As PresentationSaveFileFormat
Get
Set
public:
property PresentationSaveFileFormat FileFormat {
PresentationSaveFileFormat get ();
void set (PresentationSaveFileFormat value);
}
member FileFormat : PresentationSaveFileFormat with get, set
Property Value
Type:
PresentationSaveFileFormat
See Also