API Documentation > Classes > Class pfcFileSaveRegisterOptions
Class pfcFileSaveRegisterOptions
Description
The class specifies options for registering a save operation.
Property Summary
string
Short description of the file type to be saved.
string
The file type to be saved.
Method Summary
Create (string FileType, string FileDescription)
Creates an object of class FileSaveRegisterOptions
Property Detail
string
FileDescription
Short description of the file type to be saved.
This will appear as file description in the File 'Save a Copy' Dialog.
string
FileType
The file type to be saved.
This will appear as the file extension in the File 'Save a Copy' Dialog.
Method Detail
Create
(string FileType, string FileDescription)
Creates an object of class FileSaveRegisterOptions
Parameters:
FileType
The file type to be saved.
FileDescription
Short description of the file type to be saved.
Returns:
An object of class.
Was this helpful?