Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFFieldExMBS class.

Next items

DynaPDFFieldExMBS.Action as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 17.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Action handle or -1 if not set.

This action is executed when the field is activated.
(Read only property)

DynaPDFFieldExMBS.ActionType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 17.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The type of action.

See kat* constants.
Meaningful only, if Action >= 0.
(Read only property)

DynaPDFFieldExMBS.BackColor as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Background color.

(Read only property)

DynaPDFFieldExMBS.BackColorSP as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Color space of the background color.

(Read only property)

DynaPDFFieldExMBS.Barcode as DynaPDFBarcodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
If present, this field is a barcode field.

The field type is set to kftText since barcode fields are extended text fields.
(Read only property)

DynaPDFFieldExMBS.BBox as DynaPDFRectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Bounding box of the field in bottom-up coordinates.

(Read only property)

DynaPDFFieldExMBS.BorderColor as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The Border color.

(Read only property)

DynaPDFFieldExMBS.BorderColorSP as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Color space of the border color.

(Read only property)

DynaPDFFieldExMBS.BorderStyle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The Border style.

(Read only property)

DynaPDFFieldExMBS.BorderWidth as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The Border width.

(Read only property)

DynaPDFFieldExMBS.CaptionPos as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Where to position the caption.

Use constants kbcpCaptionAbove, kbcpCaptionBelow, kbcpCaptionLeft, kbcpCaptionOnly, kbcpCaptionOver, kbcpCaptionRight or kbcpImageOnly.
(Read only property)

DynaPDFFieldExMBS.CharSpacing as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The char spacing.

Text fields only.
(Read only property)

DynaPDFFieldExMBS.CheckBoxChar as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The ZapfDingbats character that is used to display the on state.

(Read only property)

Some examples using this property:

DynaPDFFieldExMBS.Checked as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The check value.

Check boxes only
(Read only property)

DynaPDFFieldExMBS.DefState as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The default state.

Check boxes only
(Read only property)

DynaPDFFieldExMBS.DefValue as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Optional default value.

(Read only property)

Some examples using this property:

DynaPDFFieldExMBS.Deleted as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
If true, the field was marked as deleted by DeleteField().

(Read only property)

DynaPDFFieldExMBS.DownCaption as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Caption of the down state.

(Read only property)

DynaPDFFieldExMBS.DownImage as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Image handle of the down state.

You can use this image handle with GetImageObj to get the image.
(Read only property)

DynaPDFFieldExMBS.EditFont as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Postscript name of the editing font.

(Read only property)

DynaPDFFieldExMBS.Events as DynaPDFObjEventMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 17.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The events for this fields.

(Read only property)

DynaPDFFieldExMBS.ExpValCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Combo and list boxes only.

The values can be accessed with GetFieldExpValueEx().
(Read only property)

Some examples using this property:

DynaPDFFieldExMBS.ExpValue as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The exp value.

Check boxes only.
(Read only property)

DynaPDFFieldExMBS.FieldFlags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Field flags.

(Read only property)

DynaPDFFieldExMBS.FieldFont as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Postscript name of the font.

(Read only property)

DynaPDFFieldExMBS.FieldName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 12.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The field name.

Note that children of a field group or radio button have no name.
(Read only property)

DynaPDFFieldExMBS.FieldType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Field type.

(Read only property)

DynaPDFFieldExMBS.FmtText as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 21.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The formatted field value.

Text fields only.
The formatted field value if the field contains an OnFormat Javascript action.
(Read only property)

DynaPDFFieldExMBS.FmtTextColor as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 21.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The text color for formatting.

Text fields only.
Zero if not set. Usually RGB red otherwise.
(Read only property)

DynaPDFFieldExMBS.FontSize as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Font size. 0.0 means auto font size.

(Read only property)

DynaPDFFieldExMBS.FullyQualifiedFieldName as String   New in 24.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The fully qualified name of a field.

Note that children of a radio button, for example, have no name by its own. The export value must be compared to distinguish the children fields in this case.
(Read only property)

DynaPDFFieldExMBS.GroupType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
If GroupType <> FieldType the field is a terminal field of a field group.

(Read only property)

Some examples using this property:

DynaPDFFieldExMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Field handle.

(Read only property)

DynaPDFFieldExMBS.HighlightMode as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Highlight mode.

(Read only property)

DynaPDFFieldExMBS.IEditFont as DynaPDFFontMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 12.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The edit font object.

The object is created on demand the first time you access and cached.
(Read only property)

DynaPDFFieldExMBS.IEditFontInfo as DynaPDFFontInfoMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The edit font info object.

The object is created on demand the first time you access and cached.
(Read only property)

DynaPDFFieldExMBS.IFieldFont as DynaPDFFontMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 12.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The field font object.

The object is created on demand the first time you access and cached.
(Read only property)

DynaPDFFieldExMBS.IFieldFontInfo as DynaPDFFontInfoMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The field font info object.

The object is created on demand the first time you access and cached.
(Read only property)

DynaPDFFieldExMBS.IsCalcField as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
If true, the OnCalc event of the field is connected with a JavaScript action.

(Read only property)

DynaPDFFieldExMBS.KidCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Number of fields in the Kids array.

(Read only property)

DynaPDFFieldExMBS.MapName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Optional unique mapping name of the field.

(Read only property)

DynaPDFFieldExMBS.MaxLen as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The maximum text length.

Text fields only -> zero means not restricted.
(Read only property)

DynaPDFFieldExMBS.ModDate as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Modification date.

(Read only property)

DynaPDFFieldExMBS.OC as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Handle of an OCG or OCMD or -1.

Fields can be part of an Optional Content Group (OCG) or Optional Content Membership Dictionary (OCMD). If OC is greater -1 an OCG or OCMD handle was set. To determine whether an OCG handle was set, check whether the value is smaller &h40000000.
(Read only property)

DynaPDFFieldExMBS.PageIndex as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Array index to change the tab order.

see SortFieldsByIndex().
(Read only property)

DynaPDFFieldExMBS.PageNum as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Page on which the field is used or -1.

(Read only property)

DynaPDFFieldExMBS.RollCaption as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Caption of the roll over state.

(Read only property)

DynaPDFFieldExMBS.RollImage as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Image handle of the roll over state.

You can use this image handle with GetImageObj to get the image.
(Read only property)

DynaPDFFieldExMBS.Rotate as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Rotation angle in degrees.

(Read only property)

Next items

The items on this page are in the following plugins: MBS DynaPDF Plugin.


The biggest plugin in space...