Class FormField
Inheritance
System.Object
FormField
Implements
Google.Protobuf.IMessage
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: IronPdf.dll
public sealed class FormField : IMessage<FormField>, IMessage, IEquatable<FormField>, IDeepCloneable<FormField>, IBufferMessage
Constructors
Declaration
Declaration
public FormField(FormField other)
Parameters
Fields
Declaration
public const int AnnotationIndexFieldNumber = 1
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int CheckBoxFieldFieldNumber = 12
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int ComboBoxFieldFieldNumber = 11
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int HeightFieldNumber = 8
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int NameFieldNumber = 2
Field Value
Type |
Description |
System.Int32 |
|
PageIndexFieldNumber
Declaration
public const int PageIndexFieldNumber = 3
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int ReadOnlyFieldNumber = 4
Field Value
Type |
Description |
System.Int32 |
|
TextFieldFieldNumber
Declaration
public const int TextFieldFieldNumber = 13
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int TypeFieldNumber = 5
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int UnknownFieldFieldNumber = 14
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int ValueFieldNumber = 6
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int WidthFieldNumber = 7
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int XFieldNumber = 9
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int YFieldNumber = 10
Field Value
Type |
Description |
System.Int32 |
|
Properties
Declaration
public int AnnotationIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public CheckBoxField CheckBoxField { get; set; }
Property Value
Declaration
public ComboBoxField ComboBoxField { get; set; }
Property Value
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public static MessageParser<FormField> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<FormField> |
|
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FormField.SubTypeOneofCase SubTypeCase { get; }
Property Value
TextField
Declaration
public TextField TextField { get; set; }
Property Value
Declaration
public FormFieldTypes Type { get; set; }
Property Value
Declaration
public UnknownField UnknownField { get; set; }
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
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void ClearSubType()
Declaration
Returns
Declaration
public bool Equals(FormField other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
Declaration
public void MergeFrom(FormField other)
Parameters
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IMessage<>
Google.Protobuf.IMessage
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<>
Google.Protobuf.IBufferMessage
Inherited members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)