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
Methods
Public methods
Protected methods
Details
Inheritance
Constructors
RadioCheckField
Source code
public RadioCheckField(PdfWriter writer, Rectangle box, string fieldName, string onValue)
Arguments
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