Show / Hide Table of Contents

Class OptionsBase

Inheritance
System.Object
OptionsBase
XFDFExportOptions
AdvancedImagingConvertOptions
CADConvertOptions
ConversionOptions
DiffOptions
MergeXFDFOptions
OCROptions
RefreshOptions
TextDiffOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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
System.Double dnum
Returns
Type Description
ColorPt

ColorPtToNumber(ColorPt)

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

GetArray(String)

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

insertRectCollection(String, RectCollection, Int32)

Declaration
protected void insertRectCollection(string key, RectCollection rects, int index)
Parameters
Type Name Description
System.String key
RectCollection rects
System.Int32 index

PushBackBool(String, Boolean)

Declaration
protected void PushBackBool(string key, bool val)
Parameters
Type Name Description
System.String key
System.Boolean val

PushBackNumber(String, Double)

Declaration
protected void PushBackNumber(string key, double num)
Parameters
Type Name Description
System.String key
System.Double num

PushBackRect(String, Rect)

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

PushBackText(String, String)

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

PutBool(String, Boolean)

Declaration
protected void PutBool(string key, bool val)
Parameters
Type Name Description
System.String key
System.Boolean val

PutNumber(String, Double)

Declaration
protected void PutNumber(string key, double num)
Parameters
Type Name Description
System.String key
System.Double num

PutRect(String, Rect)

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

PutText(String, String)

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

RectFromArray(Obj)

Declaration
protected Rect RectFromArray(Obj nums)
Parameters
Type Name Description
Obj nums
Returns
Type Description
Rect
Back to top Generated by DocFX