Skip to main content
Skip table of contents

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
TypeNameMethods
PdfFormFieldCheckFieldget
intCheckTypeget, set
boolCheckedget, set
stringOnValueget, set
PdfFormFieldRadioFieldget

Methods

Public methods
ReturnsName
PdfAppearanceGetAppearance(bool isRadio, bool on)
PdfAppearanceGetAppearanceRadioCircle(bool on)
PdfFormFieldGetRadioGroup(bool noToggleToOff, bool radiosInUnison)
Protected methods
ReturnsName
PdfFormFieldGetField(bool isRadio)

Details

Inheritance

Constructors

RadioCheckField

Source code

public RadioCheckField(PdfWriter writer, Rectangle box, string fieldName, string onValue)
Arguments
TypeNameDescription
PdfWriterwriter
Rectanglebox
stringfieldName
stringonValue

Methods

GetAppearance

Source code

public virtual PdfAppearance GetAppearance(bool isRadio, bool on)
Arguments
TypeNameDescription
boolisRadio
boolon
GetAppearanceRadioCircle

Source code

public virtual PdfAppearance GetAppearanceRadioCircle(bool on)
Arguments
TypeNameDescription
boolon
GetRadioGroup

Source code

public virtual PdfFormField GetRadioGroup(bool noToggleToOff, bool radiosInUnison)
Arguments
TypeNameDescription
boolnoToggleToOff
boolradiosInUnison
GetField

Source code

protected virtual PdfFormField GetField(bool isRadio)
Arguments
TypeNameDescription
boolisRadio

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.