Class CheckboxFormField
Inheritance
System.Object
CheckboxFormField
Implements
IronSoftware.IDocumentObject
Assembly: IronPdf.dll
public class CheckboxFormField : Object, ICheckableFormField, IFormField, IFormFieldObject, IFormFieldAnnotationObject, IPdfDocumentObject, IDocumentObject
Constructors
Declaration
public CheckboxFormField(string name, string value, uint page_index, double x, double y, double width, double height)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
value |
|
System.UInt32 |
page_index |
|
System.Double |
x |
|
System.Double |
y |
|
System.Double |
width |
|
System.Double |
height |
|
Fields
Declaration
public static string OffValue
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public List<IFormFieldAnnotation> Annotations { get; protected set; }
Property Value
Declaration
public List<string> Choices { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public IPdfClient Client { get; set; }
Property Value
Type |
Description |
IronSoftware.Pdfium.IPdfClient |
|
Declaration
public string DefaultAppearance { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IDocumentId DocumentId { get; set; }
Property Value
Type |
Description |
IronSoftware.IDocumentId |
|
Declaration
public PdfFormFieldFlags FormFlags { get; set; }
Property Value
Declaration
public string FormType { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FullName { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public int MaxLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public uint ObjNum { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public string ObjType { get; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public uint PageIndex { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RichText
Declaration
public string RichText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SelectedIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public PdfFormFieldType Type { get; }
Property Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
Declaration
public string Select(int Index = -1)
Parameters
Type |
Name |
Description |
System.Int32 |
Index |
|
Returns
Type |
Description |
System.String |
|
Implements
IronSoftware.IDocumentObject