PDFReaderControls.NET Professional Type Reference

ImageField Properties

The properties of the ImageField class are listed below. For a complete list of ImageField class members, see the ImageField Members topic.

Public Instance Properties

CalculateAction (inherited from ValueField) An action executed the reflect changes in other field value changes.
DefaultPathValue The default value asociated with this field. (valid if EmbedImageData = false only)
DefaultValue The default value asociated with this field. (the setter can be used if EmbedImageData = true only)
DefaultValueString (inherited from ValueField) The default value associated with this field.
EmbedImageData Specifies if the image data is embedded or if a URI is stored.
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.
ImageValue The strongtyped value for this field (the setter can be used if EmbedImageData = true only)
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.
Sizing The mapping between the image size and the field size.
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.
Widgets (inherited from Field) The asociated widgets for this field.
XfaInfo (inherited from Field) Additional XFA specific information for this field.

See Also

ImageField Class | TallComponents.PDF.Forms.Fields Namespace