Click or drag to resize

WordToPDFOptions Class

Conversion options to be used when converting Word Document to PDF.
Inheritance Hierarchy
SystemObject
  pdftron.PDFWordToPDFOptions

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class WordToPDFOptions : IOptionsBase, 
	IConversionOptions

The WordToPDFOptions type exposes the following members.

Constructors
  NameDescription
Public methodWordToPDFOptions
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDict
Get the SDF/Cos object
Public methodGetFileExtension
Gets the value of FileExtension from the options object Override file extension used to determine conversion type.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInternalObj
Get the internal lightweight container of SDF objects
Public methodGetLayoutResourcesPluginPath
Gets the value LayoutResourcesPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
Public methodGetResourceDocPath
Gets the value ResourceDocPath from the options object The path at which the a .docx resource document resides
Public methodGetSmartSubstitutionPluginPath
Gets the value SmartSubstitutionPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetFileExtension
Sets the value for FileExtension in the options object Override file extension used to determine conversion type.
Public methodSetLayoutResourcesPluginPath
Sets the value for LayoutResourcesPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
Public methodSetResourceDocPath
Sets the value for ResourceDocPath in the options object The path at which the a .docx resource document resides
Public methodSetSmartSubstitutionPluginPath
Sets the value for SmartSubstitutionPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also