Annotations
IPDFDocument3

See Also
Collapse All

Methods and properties in the annotations collection of a PDF.

CurrentAnnotationIndex This property gets or sets the index of the current annotation.
CurrentAnnotationType This property gets the current annotation or control type.
PDFANNOTATION_Action This property gets or sets an action index of the current annotation.
PDFANNOTATION_BorderColor This property gets or sets the color of the borders of the current annotation.
PDFANNOTATION_BorderStyle This property gets or sets the style of an annotation's border.
PDFANNOTATION_Box_X This property gets or sets the top-left corner x-coordinate of the annotation area.
PDFANNOTATION_Box_Y This property gets or sets the top-left corner y-coordinate of the annotation area.
PDFANNOTATION_Box_H This property gets or sets the height of the annotation area.
PDFANNOTATION_Box_W This property gets or sets the width of the annotation area.
PDFANNOTATION_Caption This property gets or sets the title (caption) of an annotation or button.
PDFANNOTATION_Charset This property gets or sets the code page (character set) of the annotation text.
PDFANNOTATION_Checked This property gets or sets the value indicating checked state of controls.
PDFANNOTATION_Color This property gets or sets the color of the background of the current annotation.
PDFANNOTATION_EditEnabled This property gets or sets the value indicating if the edit field of a ComboBox control is enabled.
PDFANNOTATION_ExportValue This property gets or sets the value that is posted from a RadioButton control.
PDFANNOTATION_Flags_afHidden This property gets or sets the value indicating if an annotation is hidden.
PDFANNOTATION_Flags_afInvisible This property gets or sets the value indicating if the annotation is visible or invisible.
PDFANNOTATION_Flags_afNoRotate This property gets or sets the value indicating if the annotation is rotated.
PDFANNOTATION_Flags_afNoView This property gets or sets the value indicating if the annotation is displayed on the screen (allowing the user to interact with it) or not.
PDFANNOTATION_Flags_afNoZoom This property gets or sets the value indicating if the annotation is scaled to match the magnification of the page.
PDFANNOTATION_Flags_afPrint This property gets or sets the value indicating if the annotation is printed.
PDFANNOTATION_Flags_afReadOnly This property gets or sets the value indicating if the annotation is read-only.
PDFANNOTATION_Font_Charset This property gets or sets the control's font character set.
PDFANNOTATION_Font_Color This property gets or sets the control's font color.
PDFANNOTATION_Font_Name This property gets or sets the control's font name.
PDFANNOTATION_Font_Size This property gets or sets the control's font size.
PDFANNOTATION_Font_Style_fsBold Gets or sets value indicating if the control's font is bold.
PDFANNOTATION_Font_Style_fsItalic This property gets or sets the value indicating if the control's font style is italic.
PDFANNOTATION_Font_Style_fsStrikeout This property gets or sets the value indicating if the control's font style is strikeout.
PDFANNOTATION_Font_Style_fsUnderline This property gets or sets the value indicating if the control's font is underlined.
PDFANNOTATION_Hint_Caption This property gets or sets a hint for an annotation or other control.
PDFANNOTATION_Hint_Charset This property gets or sets the code page (character set) of annotation hints.
PDFANNOTATION_IsPassword This property gets or sets the value indicating if the edit control is to be used for secure data entry.
PDFANNOTATION_Items This property gets or sets the string representing a ComboBox's control items separated with "new line" symbols.
PDFANNOTATION_Justification This property gets or sets justification for the edit control.
PDFANNOTATION_MaxLength This property gets or sets the maximum length allowed for text that is entered into an Edit control.
PDFANNOTATION_Multiline This property gets or sets the value indicating if an Edit control is in multiline mode.
PDFANNOTATION_Name This property gets or sets a control or annotation name.
PDFANNOTATION_Opened This property gets or sets the status of a text annotation at startup.
PDFANNOTATION_ReadOnly This property gets or sets the editable status of a control.
PDFANNOTATION_Required This property gets or sets the required status status for a control value that is part of a form.
PDFANNOTATION_ShowBorder This property gets or sets the value indicating the visible status for a border around an  edit control.
PDFANNOTATION_Text This property gets or sets the text value for ComboBox , edit control or TextAnnotation controls.
PDFANNOTATION_TextAnnotationIcon This property gets or sets the style of an annotation icon.
PDFPAGE_CreateControl_Button This method creates a button control in a PDF document.
PDFPAGE_CreateControl_Checkbox This method creates a checkbox control in a PDF document.
PDFPAGE_CreateControl_Combobox Creates a combobox control in a PDF document.
PDFPAGE_CreateControl_Edit Creates an edit control in a PDF document.
PDFPAGE_CreateControl_RadioButton Creates a radio button control in a PDF document.
PDFPAGE_SetAction This method creates an action annotation on the current PDF page.
PDFPAGE_SetAnnotation This function creates a color information annotation on the current PDF page.

See Also

Reference