WordToPDFOptionsGetFileExtension Method |
Gets the value of FileExtension from the options object
Override file extension used to determine conversion type.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetFileExtension()
Public Function GetFileExtension As String
public:
virtual String^ GetFileExtension() sealed
function GetFileExtension();
Return Value
Type:
Stringa String^, the current value for FileExtension.
See Also