C# Class PdfSharp.Pdf.AcroForms.PdfChoiseField

Represents the base class for all choise field dictionaries.
Inheritance: PdfSharp.Pdf.AcroForms.PdfAcroField
ファイルを表示 Open project: GNOME/pdfmod

Private Properties

Property Type Description

Protected Methods

Method Description
IndexInOptArray ( string value ) : int

Gets the index of the specified string in the /Opt array or -1, if no such string exists.

PdfChoiseField ( PdfDictionary dict ) : System

Initializes a new instance of the PdfChoiseField class.

PdfChoiseField ( PdfDocument document ) : System

Initializes a new instance of the PdfChoiseField class.

ValueInOptArray ( int index ) : string

Gets the value from the index in the /Opt array.

Method Details

IndexInOptArray() protected method

Gets the index of the specified string in the /Opt array or -1, if no such string exists.
protected IndexInOptArray ( string value ) : int
value string
return int

PdfChoiseField() protected method

Initializes a new instance of the PdfChoiseField class.
protected PdfChoiseField ( PdfDictionary dict ) : System
dict PdfDictionary
return System

PdfChoiseField() protected method

Initializes a new instance of the PdfChoiseField class.
protected PdfChoiseField ( PdfDocument document ) : System
document PdfDocument
return System

ValueInOptArray() protected method

Gets the value from the index in the /Opt array.
protected ValueInOptArray ( int index ) : string
index int
return string