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 |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
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 |
|---|---|---|
|
|
isRadio |
|
|
|
on |
GetAppearanceRadioCircle
Source code
public virtual PdfAppearance GetAppearanceRadioCircle(bool on)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
on |
GetRadioGroup
Source code
public virtual PdfFormField GetRadioGroup(bool noToggleToOff, bool radiosInUnison)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
noToggleToOff |
|
|
|
radiosInUnison |
GetField
Source code
protected virtual PdfFormField GetField(bool isRadio)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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