Show / Hide Table of Contents

Class WordToPDFOptions

Inheritance
System.Object
OptionsBase
ConversionOptions
WordToPDFOptions
Implements
System.IDisposable
Inherited Members
ConversionOptions.GetFileExtension()
ConversionOptions.SetFileExtension(String)
OptionsBase.mObjSet
OptionsBase.mDict
OptionsBase.ColorPtToNumber(ColorPt)
OptionsBase.ColorPtFromNumber(Double)
OptionsBase.GetArray(String)
OptionsBase.PutNumber(String, Double)
OptionsBase.PutBool(String, Boolean)
OptionsBase.PutText(String, String)
OptionsBase.PutRect(String, Rect)
OptionsBase.PushBackNumber(String, Double)
OptionsBase.PushBackBool(String, Boolean)
OptionsBase.PushBackText(String, String)
OptionsBase.PushBackRect(String, Rect)
OptionsBase.RectFromArray(Obj)
OptionsBase.insertRectCollection(String, RectCollection, Int32)
OptionsBase.GetInternalObj()
OptionsBase.Dispose()
OptionsBase.Dispose(Boolean)
OptionsBase.Destroy()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public class WordToPDFOptions : ConversionOptions, IDisposable

Constructors

WordToPDFOptions()

Declaration
public WordToPDFOptions()

Methods

GetLayoutResourcesPluginPath()

Declaration
public string GetLayoutResourcesPluginPath()
Returns
Type Description
System.String

GetResourceDocPath()

Declaration
public string GetResourceDocPath()
Returns
Type Description
System.String

GetSmartSubstitutionPluginPath()

Declaration
public string GetSmartSubstitutionPluginPath()
Returns
Type Description
System.String

SetLayoutResourcesPluginPath(String)

Declaration
public WordToPDFOptions SetLayoutResourcesPluginPath(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
WordToPDFOptions

SetResourceDocPath(String)

Declaration
public WordToPDFOptions SetResourceDocPath(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
WordToPDFOptions

SetSmartSubstitutionPluginPath(String)

Declaration
public WordToPDFOptions SetSmartSubstitutionPluginPath(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
WordToPDFOptions

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX