TxAnnotationType
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

An annotation associates an object (such as a note, sound, or movie) with a location on a page of a PDF document or provides a way to interact with the user by means of the mouse and keyboard. PDF Creator Pilot includes a wide variety of standard annotation types.

Syntax

enum TxAnnotationType

Remarks

PDF Creator Pilot supports the following types of annotations:

Name

Description

Value

catActionAnnotation

Action annotation

0

catTextAnnotation

Text annotation

1

catCheckBox

Checkbox control

2

catComboBox

ComboBox control

3

catRadioButton

Radio button control

4

catEdit

Edit field control

5

catButton

Button control

6

See Also

Reference