40
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
NOTE: If the MaxLen entry is not present, this property will not work.
<<Standard>> Returns the current comb status of the field.
Return type
Variant Bool
Return
Value
Description
True
The property is turned on for the current form field instance.
False
The property is turned off for the current form field instance.
Syntax
value = object.Comb = value
The Comb property has these required parts:
Part
Value Type
Description
An expression of the PDFFieldInfo subobject.
Value
Variant_Bool
True = Turn the property on.
False = Turn the property off. (Default)
Object
<<standard>> Syntax
value = object.Comb
The Comb property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
CommitOnChange
Description
If set, the value entered into the form field will be saved immediately. If turned off, the value will be
saved only when the user tabs to the next form field.
<<Standard>> Returns the commit on change status of the current field.
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
37
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
Return type
Variant Bool
Return Value
Description
True
The property is turned on for the current form field instance.
False
The property is turned off for the current form field instance.
Syntax
value = object.CommitOnChange = Value
The CommitOnChange property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
Variant_Bool True = Turn the property on.
False = Turn the property off. (Default)
<<standard>> Syntax
value = object.CommitOnChange
The CommitOnChange property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
Description
Description
Sets and retrieves the short description set for the specified field.
<<Standard>> Returns the short description for the specified field.
Return type
String
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
35
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
Description
The short description.
Syntax
value = object.Description = value
The Description property has these required parts:
Part
Value Type
Object
Value
String
The short description.
Description
An expression of the PDFFieldInfo subobject.
<<standard>> Syntax
value = object.Description
The Description property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
DefaultValue
Description
Sets and retrieves the default value for the specified field instance.
<<Standard>> Returns the default value for the specified field instance.
Return type
String
Description
The default value for the specified field.
Syntax
value = object.DefaultValue = value
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
41
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
The DefaultValue property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
String
The default value for the specified field.
<<standard>> Syntax
value = object.DefaultValue
The DefaultValue property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
DoNotScroll
Description
Enables or disables the scroll feature for the specified field.
<<Standard>> Returns the current scroll setting for the specified field instance.
Return type
Variant Bool
Return Value
Description
True
The property is turned on for the current form field instance.
False
The property is turned off for the current form field instance.
Syntax
value = object.DoNotScroll = value
The DoNotScroll property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
39
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
Value
Variant_Bool
True = Turn the property on.
False = Turn the property off. (Default)
<<standard>> Syntax
value = object.DoNotScroll
The DoNotScroll property has this part s:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
DoNotSpellCheck
Description
Enables or disables the spell check feature for the specified field.
<<Standard>> Returns the current spell check setting for the specified field.
Return type
Variant Bool
Return Value
Description
True
The property is turned on for the current form field instance.
False
The property is turned off for the current form field instance.
Syntax
value = object.DoNotSpellCheck = value
The DoNotSpellCheck property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
Variant_Bool True = Turn the property on.
False = Turn the property off. (Default)
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
34
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
<<standard>> Syntax
value = object.DoNotSpellCheck = value
The DoNotSpellCheck property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
DisplayOffset
Description
Returns the distance the item is offset from the edge of the field based on alignment.
Return type
String
Description
The distance the first character is from the left side of the field in PDF Units.
Syntax
value = object.DisplayOffset
The DisplayOffset property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
Example
strPath = CreateObject("Scripting.FileSystemObject").GetAbsolutePathName(".") & "\"
Set TK = CreateObject("APToolkit.Object")
r = TK.OpenInputFile("Input.pdf")
Set FIO = TK.FieldInfo("test", 1)
MsgBox FIO.DisplayOffset
Set FIO = Nothing
Set TK = Nothing
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
37
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
EditCombo
Description
Sets or removes the ability to edit a list for the current form field instance. If set, the list field can be
used as a combo box.
<<Standard>> Returns the current edit combo setting for the specified field.
Return type
Variant Bool
Return Value
Description
True
The property is turned on for the current form field instance.
False
The property is turned off for the current form field instance.
Syntax
value = object.EditCombo = value
The EditCombo property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
Variant_Bool
True = Turn the property on.
False = Turn the property off. (Default)
<<standard>> Syntax
value = object.EditCombo
The EditCombo property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
35
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
ExportValue
Description
Sets or retrieves the export value for the specified field.
<<Standard>> Returns the current export value for the specified field.
Return type
String
Description
The export value for the specified field.
<<standard>> Syntax
value = object.ExportValue = value
The ExportValue property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
String
The export value for the specified field.
Syntax
value = object.ExportValue
The ExportValue property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
FieldType
Description
Returns the type of field for the specified field.
Return type
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
39
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
String
Return Value
Description
/Btn
Push buttons, radio buttons and checkboxes.
/Tx
Single or multi-line text fields.
/Ch
List boxes and combo boxes.
/Sig
Digital signature field.
<<standard>> Syntax
value = object.FieldType
The FieldType property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
Example
strPath = CreateObject("Scripting.FileSystemObject").GetAbsolutePathName(".") & "\"
Set TK = CreateObject("APToolkit.Object")
r = TK.OpenInputFile("Input.pdf")
Set FIO = TK.FieldInfo("test", 1)
MsgBox FIO.FieldType
Set FIO = Nothing
FileSelect
Description
If set, the specified field will display the path name to a file. The contents of the file represent the
contents of the field.
<<Standard>> Returns the current file select setting for the specified field.
Return type
Variant Bool
Return Value
Description
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
Documents you may be interested
Documents you may be interested