C# Класс PdfSharp.Pdf.AcroForms.PdfChoiseField

Represents the base class for all choise field dictionaries.
Наследование: PdfSharp.Pdf.AcroForms.PdfAcroField
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
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.

Описание методов

IndexInOptArray() защищенный Метод

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
Результат int

PdfChoiseField() защищенный Метод

Initializes a new instance of the PdfChoiseField class.
protected PdfChoiseField ( PdfDictionary dict ) : System
dict PdfDictionary
Результат System

PdfChoiseField() защищенный Метод

Initializes a new instance of the PdfChoiseField class.
protected PdfChoiseField ( PdfDocument document ) : System
document PdfDocument
Результат System

ValueInOptArray() защищенный Метод

Gets the value from the index in the /Opt array.
protected ValueInOptArray ( int index ) : string
index int
Результат string