iText 5

RadioCheckField

RadioCheckField Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.RadioCheckField[[RadioCheckField]] iTextSharp.text.pdf.BaseField[[BaseField]] class iTextSharp.text.pdf.BaseField abstractStyle; end iTextSharp.text.pdf.BaseField --> iTextSharp.text.pdf.RadioCheckField

Members

Properties

Public properties

Type

Name

Methods

PdfFormField

CheckField

get

int

CheckType

get, set

bool

Checked

get, set

string

OnValue

get, set

PdfFormField

RadioField

get

Methods

Public methods

Returns

Name

PdfAppearance

GetAppearance

(bool isRadio, bool on)

PdfAppearance

GetAppearanceRadioCircle

(bool on)

PdfFormField

GetRadioGroup

(bool noToggleToOff, bool radiosInUnison)

Protected methods

Returns

Name

PdfFormField

GetField

(bool isRadio)

Details

Inheritance

Constructors

RadioCheckField

Source code

public RadioCheckField(PdfWriter writer, Rectangle box, string fieldName, string onValue)

Arguments

Type

Name

Description

PdfWriter

writer

Rectangle

box

string

fieldName

string

onValue

Methods

GetAppearance

Source code

public virtual PdfAppearance GetAppearance(bool isRadio, bool on)

Arguments

Type

Name

Description

bool

isRadio

bool

on

GetAppearanceRadioCircle

Source code

public virtual PdfAppearance GetAppearanceRadioCircle(bool on)

Arguments

Type

Name

Description

bool

on

GetRadioGroup

Source code

public virtual PdfFormField GetRadioGroup(bool noToggleToOff, bool radiosInUnison)

Arguments

Type

Name

Description

bool

noToggleToOff

bool

radiosInUnison

GetField

Source code

protected virtual PdfFormField GetField(bool isRadio)

Arguments

Type

Name

Description

bool

isRadio

Properties

CheckType

public virtual int CheckType { get; set; }

OnValue

public virtual string OnValue { get; set; }

Checked

public virtual bool Checked { get; set; }

RadioField

public virtual PdfFormField RadioField { get; }

CheckField

public virtual PdfFormField CheckField { get; }

Generated with ModularDoc