38
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
Object
An expression of the PDFFieldInfo subobject.
Remarks
You can use this in conjunction with the Bottom , Height, Top and Width properties.
Example
strPath = CreateObject("Scripting.FileSystemObject").GetAbsolutePathName(".") & "\"
Set TK = CreateObject("APToolkit.Object")
r = TK.OpenInputFile("Input.pdf")
Set FIO = TK.FieldInfo("test", 1)
MsgBox FIO.Left
Set FIO = Nothing
Set TK = Nothing
ListMultiSelect
Description
If set, the user will be able to select multiple items in a list box by pressing the Ctrl key during
selection.
<<Standard>> Returns the current setting for selecting multiple items in the specified list box 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.ListMultiSelect = value
The ListMultiSelect 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
38
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
Value
Variant_Bool True = Turn the property on.
False = Turn the property off. (Default)
<<standard>> Syntax
value = object.ListMultiSelect
The ListMultiSelect property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
ListSort
Description
Sets or determines if a list will be sorted alphabetically.
<<Standard>> Returns the current list sort 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.ListSort = value
The ListSort 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
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
39
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
<<standard>> Syntax
value = object.ListSort
The ListSort property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
Locked
Description
Adds or removes the locked status for the current form field instance. When locked, no changes can
be made to the form field properties.
<<Standard>> Returns the current locked 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.Locked = value
The Locked 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.Locked
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
37
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
The Locked property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
MaxLength
Description
Sets and retrieves any specified allowed character limit for the specified field.
<<Standard>> Returns the character limit for the specified field.
Return type
Short
Description
The character limit for the specified field.
Syntax
value = object.MaxLength = value
The MaxLength property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
Short
The character limit for the specified field.
<<standard>> Syntax
value = object.MaxLength
The MaxLength property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
Example
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
38
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
strPath = CreateObject("Scripting.FileSystemObject").GetAbsolutePathName(".") & "\"
Set TK = CreateObject("APToolkit.Object")
r = TK.OpenInputFile("Input.pdf")
Set FIO = TK.FieldInfo("test", 1)
MsgBox FIO.MaxLength
Set FIO = Nothing
Set TK = Nothing
MouseDownScript
Description
Sets or retrieves the script to execute when the mouse moves down the field for the specified field.
<<Standard>> Returns the current script to execute when mouse moves down the field.
Return type
String
Description
The script to execute when moving the mouse down the field for the specified
field.
Syntax
value = object.MouseDownScript = value
The MouseDownScript property has these required parts:
Part
Description
An expression of the PDFFieldInfo subobject.
Value
String
The script to execute when moving the mouse down the field
for the specified field.
Value Type
Object
<<standard>> Syntax
value = object.MouseDownScript
The MouseDownScript property has this part:
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
Part
Description
34
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
Object
An expression of the PDFFieldInfo subobject.
MouseEntryScript
Description
Sets or retrieves the script to execute when the mouse enters the field for the specified field.
<<Standard>> Returns the script to execute when the mouse enters the specified field.
Return type
String
Description
The script to execute when the mouse enters the field for the specified field.
Syntax
value = object.MouseEntryScript = value
The MouseEntryScript property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
String
The script to execute when the mouse enters the field for the
specified field.
<<standard>> Syntax
value = object.MouseEntryScript
The MouseEntryScript 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
36
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
MouseExitScript
Description
Sets or retrieves the script to execute when the mouse exits the field for the specified field.
<<Standard>> Returns the script to execute when the mouse exits the specified field.
Return type
String
Description
The script to execute when the mouse exits the field for the specified field.
Syntax
value = object.MouseExitScript = value
The MouseExitScript property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
String
The script to execute when the mouse exits the field for the
specified field.
<<standard>> Syntax
value = object.MouseExitScript
The MouseExitScript property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
MouseUpScript
Description
Sets or retrieves the script to execute when the mouse moves up the specified field.
<<Standard>> Returns the script to execute when the mouse moves up the specified field.
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
37
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
Return type
String
Description
The script to execute when moving the mouse up the field for the specified field.
Syntax
value = object.MouseUpScript = value
The MouseUpScript property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
String
The script to execute when moving the mouse up the field for
the specified field.
<<standard>> Syntax
value = object.MouseUpScript
The MouseUpScript property has this part:
Part
Description
An expression of the PDFFieldInfo subobject.
Object
Multiline
Description
Adds or removes the multi-line setting to the current form field instance. If set, the text in the field
will wrap to a new line when it reaches the end of the field.
<<Standard>> Returns the current multi-line setting for the specified field.
Return type
Variant Bool
Return Value
Description
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
36
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
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.Multiline = value
The Multiline 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.Multiline
The Multiline property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
Name
Description
Sets and retrieves the name of the specified field.
<<Standard>> Returns the name of the specified form field.
Return type
String
Description
The name of the specified field.
Syntax
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
38
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
value = object.Name = value
The Name property has these required parts:
Part
Value Type
Description
Object
An expression of the PDFFieldInfo subobject.
Value
String
The name of the specified field.
<<standard>> Syntax
value = object.Name
The Name property has this part:
Part
Description
Object
An expression of the PDFFieldInfo subobject.
NoRotate
Description
Sets or removes the rotate setting for the specified field. If turned on, the field will not rotate when
the page is rotated.
<<Standard>> Returns the current no rotation 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.NoRotate = value
The NoRotate property has these required parts:
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last
Documents you may be interested
Documents you may be interested