Class WordToPDFOptions
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class WordToPDFOptions : ConversionOptions
Constructors
WordToPDFOptions()
Constructor.
Declaration
public WordToPDFOptions()
Methods
GetLayoutResourcesPluginPath()
Gets the value LayoutResourcesPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
Declaration
public string GetLayoutResourcesPluginPath()
Returns
Type | Description |
---|---|
string | a String^, The path at which the pdftron-provided font resource plugin resides. |
GetResourceDocPath()
Gets the value ResourceDocPath from the options object The path at which the a .docx resource document resides
Declaration
public string GetResourceDocPath()
Returns
Type | Description |
---|---|
string | a String^, The path at which the a .docx resource document resides. |
GetSmartSubstitutionPluginPath()
Gets the value SmartSubstitutionPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
Declaration
public string GetSmartSubstitutionPluginPath()
Returns
Type | Description |
---|---|
string | a String^, The path at which the pdftron-provided font resource plugin resides. |
SetLayoutResourcesPluginPath(string)
Sets the value for LayoutResourcesPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
Declaration
public WordToPDFOptions SetLayoutResourcesPluginPath(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The path at which the pdftron-provided font resource plugin resides |
Returns
Type | Description |
---|---|
WordToPDFOptions | this object, for call chaining |
SetResourceDocPath(string)
Sets the value for ResourceDocPath in the options object The path at which the a .docx resource document resides
Declaration
public WordToPDFOptions SetResourceDocPath(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The path at which the a .docx resource document resides |
Returns
Type | Description |
---|---|
WordToPDFOptions | this object, for call chaining |
SetSmartSubstitutionPluginPath(string)
Sets the value for SmartSubstitutionPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
Declaration
public WordToPDFOptions SetSmartSubstitutionPluginPath(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The path at which the pdftron-provided font resource plugin resides |
Returns
Type | Description |
---|---|
WordToPDFOptions | this object, for call chaining |