Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.FormsField
Apitron.PDF.Kit.Interactive.FormsNonTerminalField
Apitron.PDF.Kit.Interactive.FormsTerminalField
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
This class represent an abstract field.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.FormsField
Apitron.PDF.Kit.Interactive.FormsNonTerminalField
Apitron.PDF.Kit.Interactive.FormsTerminalField
Namespace: Apitron.PDF.Kit.Interactive.Forms
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The Field type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AdditionalActions |
Gets the additional actions.
|
![]() | AlternateFieldName |
Gets or sets an alternate field name that shall be used in place of the actual field name wherever the field shall be
identified in the user interface (such as in error or status messages referring to the field). This text is also useful
when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes
|
![]() | BorderColor |
Gets or sets the color of the border.
The color is an array of numbers that shall be in the range 0.0 to 1.0 specifying the colour of
the widget annotation’s border. The number of array elements determines the colour space in which
the colour shall bedefined:
0 No colour; transparent
1 DeviceGray
3 DeviceRGB
4 DeviceCMYK
|
![]() | BorderStyle |
Gets or sets the border style.
|
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() | DefaultStyle |
Gets or sets the default style.
|
![]() | FieldName |
Gets or sets the partial field name
|
![]() | FieldNames |
Gets the underlying field's names.
|
![]() | Flags |
Gets or sets a set of flags specifying various characteristics of the field.
|
![]() | FontResourceID |
Gets or sets the font resource ID.
|
![]() | FontSize |
Gets or sets the size of the font.
|
![]() | IsReadOnly |
Gets or sets a value indicating whether this instance is read only.
|
![]() | Item |
Gets the underlying Field with the specified field name.
|
![]() | MappingName |
Gets or sets the mapping name that shall be used when exporting interactive form field data from the document.
|
![]() | QuaddingJustification |
Gets or sets the quadding justification.
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
![]() | RichTextString |
Gets or sets the rich text string.
|
![]() | TextColor |
Gets or sets the color of the text.
|
![]() | ViewColor |
Gets or sets the color of the view.
The color is an array of numbers that shall be in the range 0.0 to 1.0 specifying the colour of
the widget annotation’s border. The number of array elements determines the colour space in which
the colour shall bedefined:
0 No colour; transparent
1 DeviceGray
3 DeviceRGB
4 DeviceCMYK
|
See Also