Show / Hide Table of Contents

Class OptionsBase

Inheritance
object
OptionsBase
XFDFExportOptions
AdvancedImagingConvertOptions
BarcodeOptions
CADConvertOptions
ConversionOptions
DataExtractionOptions
DiffOptions
MergeXFDFOptions
OCROptions
PDFAOptions
PDFUAOptions
PrintToPdfOptions
RefreshOptions
SVGConvertOptions
TextDiffOptions
TransPDFOptions
Inherited Members
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 OptionsBase

Constructors

OptionsBase()

Constructor.

Declaration
public OptionsBase()

Fields

mObjSet

Declaration
protected ObjSet mObjSet
Field Value
Type Description
ObjSet

Methods

ColorPtFromNumber(double)

Declaration
public static ColorPt ColorPtFromNumber(double dnum)
Parameters
Type Name Description
double dnum
Returns
Type Description
ColorPt

ColorPtToNumber(ColorPt)

Declaration
public static double ColorPtToNumber(ColorPt cp)
Parameters
Type Name Description
ColorPt cp
Returns
Type Description
double

GetArray(string)

Declaration
protected Obj GetArray(string key)
Parameters
Type Name Description
string key
Returns
Type Description
Obj

PushBackBool(string, bool)

Declaration
protected void PushBackBool(string key, bool val)
Parameters
Type Name Description
string key
bool val

PushBackNumber(string, double)

Declaration
protected void PushBackNumber(string key, double num)
Parameters
Type Name Description
string key
double num

PushBackRect(string, Rect)

Declaration
protected void PushBackRect(string key, Rect rect)
Parameters
Type Name Description
string key
Rect rect

PushBackText(string, string)

Declaration
protected void PushBackText(string key, string text)
Parameters
Type Name Description
string key
string text

PutBool(string, bool)

Declaration
protected void PutBool(string key, bool val)
Parameters
Type Name Description
string key
bool val

PutNumber(string, double)

Declaration
protected void PutNumber(string key, double num)
Parameters
Type Name Description
string key
double num

PutRect(string, Rect)

Declaration
protected void PutRect(string key, Rect rect)
Parameters
Type Name Description
string key
Rect rect

PutText(string, string)

Declaration
protected void PutText(string key, string text)
Parameters
Type Name Description
string key
string text

RectFromArray(Obj)

Declaration
protected Rect RectFromArray(Obj nums)
Parameters
Type Name Description
Obj nums
Returns
Type Description
Rect

insertRectCollection(string, RectCollection, int)

Declaration
protected void insertRectCollection(string key, RectCollection rects, int index)
Parameters
Type Name Description
string key
RectCollection rects
int index
In This Article
Back to top Generated by DocFX