PDFReaderControls.NET Professional Type Reference

Code2of5InterleavedBarcodeField Members

Code2of5InterleavedBarcodeField overview

Public Static Methods

Equals (inherited from Object)Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object)Determines whether the specified Object instances are the same instance.

Public Instance Properties

CalculateAction (inherited from ValueField) An action executed the reflect changes in other field value changes.
Checksum specifies if this barcode includes a checksum.
DataLength (inherited from OneDimensionalBarcodeField) The expected maximum number of characters
DefaultValue (inherited from BarcodeField) The default value asociated with this field.
DefaultValueString (inherited from ValueField) The default value associated with this field.
Export (inherited from Field) This field is included when the form is exported or submitted.
FormatAction (inherited from ValueField) The action that will be executed before a field is displayed.
FormattedValue (inherited from ValueField) The Formatted Value.
FullName (inherited from Field) The fully qualified name for this field.
KeyStrokeAction (inherited from ValueField) An action that will be executed when a user types a key-stoke (or an other item is selected from a list).
MappingName (inherited from Field) Used when exporting data from the document.
ReadOnly (inherited from Field) Read-only state of this field.
RequiredMode (inherited from Field) The required mode for this field.
TextLocation (inherited from BarcodeField) The used text location for this barcode
ToolTip (inherited from Field) The name of the field as used in the user interface.
ValidateAction (inherited from ValueField) An action that will be executed for field value validation (when setting the value).
Value (inherited from ValueField) The value associated with this field.
WideNarrowRatio Specifies the wide narrow ratio for this barcode
Widgets (inherited from Field) The asociated widgets for this field.
XfaInfo (inherited from Field) Additional XFA specific information for this field.

Public Instance Methods

Accept Accept this field.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ResetValue (inherited from ValueField) Reset the value to the default value.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

FormatValue (inherited from ValueField) Event fired to format the field's value.
PropertyChanged (inherited from Field) Occurs when any property of the field has changed.
ValidateValue (inherited from ValueField) Event fired to validate any new value.
ValueChanged (inherited from ValueField) Event fired after a value is succesful updated.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Code2of5InterleavedBarcodeField Class | TallComponents.PDF.Forms.Fields.Barcodes Namespace