Click or drag to resize

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
)

Parameters

value
Type: SystemString
The new value for FileExtension.

Return Value

Type: WordToPDFOptions
this object, for call chaining
See Also