WordToPDFOptionsSetFileExtension Method |
Sets the value for FileExtension in 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 WordToPDFOptions SetFileExtension(
string value
)
Public Function SetFileExtension (
value As String
) As WordToPDFOptions
public:
virtual WordToPDFOptions^ SetFileExtension(
[InAttribute] String^ value
) sealed
function SetFileExtension(value);
Parameters
- value
- Type: SystemString
The new value for FileExtension.
Return Value
Type:
WordToPDFOptions this object, for call chaining
See Also