API Documentation > Classes > Interface IpfcFileSaveRegisterOptions
Interface IpfcFileSaveRegisterOptions
Description
The class specifies options for registering a save operation.
User Guide References:
Property Summary
Property
as String
Short description of the file type to be saved.
Property
as String
The file type to be saved.
Method Summary
Function
CCpfcFileSaveRegisterOptions.Create (FileType as String, FileDescription as String) as IpfcFileSaveRegisterOptions
Creates an object of class FileSaveRegisterOptions
Property Detail
Property
FileDescription
as String
Short description of the file type to be saved.
This will appear as file description in the File 'Save a Copy' Dialog.
Property
FileType
as String
The file type to be saved.
This will appear as the file extension in the File 'Save a Copy' Dialog.
Method Detail
Function
CCpfcFileSaveRegisterOptions.Create
(FileType as String, FileDescription as String) as IpfcFileSaveRegisterOptions
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?