Enum PDFViewCtrl.ToolMode
PDFViewCtrl class supports a number of 'built-in' tool modes. ToolMode enumerates tool modes supported by PDFViewCtrl.
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum PDFViewCtrl.ToolMode
Fields
Name | Description |
---|---|
e_annot_edit | Annotation editing tool |
e_arrow_create | Arrow creation tool |
e_button_create | interactive button creation tool |
e_calloutbox_create | free text with a callout tool |
e_caret_create | caret placement tool |
e_check_box_create | interactive check box creation tool |
e_combo_box_create | interactive combo box creation tool |
e_custom | Custom tool |
e_file_attachment | file attachment creation |
e_highlight_create | highlight text tool |
e_ink_create | Freehand drawing tool |
e_line_create | Line creation tool |
e_link_create | create a link annotation |
e_list_box_create | interactive list box creation tool |
e_movie_attachment | movie annotation creation |
e_oval_create | Oval/Ellipse creation tool |
e_pan | Pan tool |
e_polygon_create | polygon creation tool |
e_polyline_create | polyline creation tool |
e_radio_button_create | interactive radio button tool |
e_rect_create | Rectangle creation tool |
e_redaction_create | redaction placement tool |
e_sound_attachment | sound annotation creation |
e_squiggly_create | squiggly underline tool |
e_stamp_create | Stamp Annotation creation tool |
e_strikeout_create | cross out text tool |
e_text_annot_create | Text annotation creation tool |
e_text_box_create | free text creation tool |
e_text_field_create | interactive text field creation |
e_text_rect_select | Rectangular text selection tool |
e_text_struct_select | HTML Style text selection tool |
e_tool_mode_end | |
e_underline_create | underline text tool |
e_zoom_in | Zoom in tool |
e_zoom_out | Zoom out tool |