Show / Hide Table of Contents

Class WordToPDFOptions

Inheritance
object
OptionsBase
ConversionOptions
WordToPDFOptions
Inherited Members
ConversionOptions.GetFileExtension()
ConversionOptions.SetFileExtension(string)
ConversionOptions.GetEnableExternalMediaDownloads()
ConversionOptions.SetEnableExternalMediaDownloads(bool)
OptionsBase.mObjSet
OptionsBase.ColorPtToNumber(ColorPt)
OptionsBase.ColorPtFromNumber(double)
OptionsBase.GetArray(string)
OptionsBase.PutNumber(string, double)
OptionsBase.PutBool(string, bool)
OptionsBase.PutText(string, string)
OptionsBase.PutRect(string, Rect)
OptionsBase.PushBackNumber(string, double)
OptionsBase.PushBackBool(string, bool)
OptionsBase.PushBackText(string, string)
OptionsBase.PushBackRect(string, Rect)
OptionsBase.RectFromArray(Obj)
OptionsBase.insertRectCollection(string, RectCollection, int)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

In This Article
Back to top Generated by DocFX