IG_ARTX_page_apply_to_image |
Applies all the image related marks from hArtPage to the specified hIGear. |
IG_ARTX_page_attr_get |
Returns attributes of ArtX page. |
IG_ARTX_page_attr_set |
Modifies attributes of ArtX page. |
IG_ARTX_page_burn_in |
Merges marks permanently into hArtPage. |
IG_ARTX_page_clipboard_copy |
Copies an array list of marks and places them on the clipboard. |
IG_ARTX_page_clipboard_cut |
Cuts an array list of marks and places them on the clipboard. |
IG_ARTX_page_clipboard_paste |
Pastes one or more marks from the clipboard to the top of the current ArtX page. |
IG_ARTX_page_clipboard_paste_count |
Queries the clipboard for the number of marks available for pasting. |
IG_ARTX_page_create |
Creates new blank ArtX page object |
IG_ARTX_page_delete |
Destroys specified ArtX page including all objects associated with this page. |
IG_ARTX_page_display_flip |
Flips page's orientation. |
IG_ARTX_page_display_orientation_get |
Gets page's orientation. |
IG_ARTX_page_display_orientation_set |
Sets page's orientation. |
IG_ARTX_page_display_rotate |
Rotates page's orientation. |
IG_ARTX_page_group_add |
Adds new group to ArtX page. |
IG_ARTX_page_group_at |
Returns handle of group with index specified. |
IG_ARTX_page_group_count |
Returns number of group on ArtX page specified. |
IG_ARTX_page_group_delete |
Deletes specified group from page and destroys all related group content. |
IG_ARTX_page_group_get |
Returns handle of group with name specified |
IG_ARTX_page_hit_test |
Checks if mouse pointer is on any mark on the page. |
IG_ARTX_page_load |
Loads annotations from HIGEAR to the ArtX page. |
IG_ARTX_page_load_file |
Loads annotations from file to the ArtX page specified. |
IG_ARTX_page_mark_add |
Adds new mark to ArtX page. |
IG_ARTX_page_mark_add_to_group_index |
Adds new mark to ArtX page. Mark will be added to group with the index specified. |
IG_ARTX_page_mark_add_to_group_name |
Adds new mark to ArtX page. Mark will be added to group with the name specified. |
IG_ARTX_page_mark_bring_to_front |
Changes Z-order of marks on the page. It sends the mark specified to the top of stack. |
IG_ARTX_page_mark_coord_type_set |
Changes coordinate type of the specified mark on page. |
IG_ARTX_page_mark_first |
Returns handle of the first annotation. |
IG_ARTX_page_mark_is_selected |
Returns selection state of annotation specified. |
IG_ARTX_page_mark_is_valid |
Validates that mark handle is valid on this page. |
IG_ARTX_page_mark_next |
Returns handle of the next annotation. |
IG_ARTX_page_mark_remove |
Removes mark from ArtX page and destroys it. |
IG_ARTX_page_marks_coord_type_set |
Changes coordinate type of the specified mark on the page. |
IG_ARTX_page_mark_select |
Sets selection status of the annotation specified. |
IG_ARTX_page_mark_selected_first |
Returns handle of first selected annotation. |
IG_ARTX_page_mark_selected_next |
Returns handle of next selected annotation. |
IG_ARTX_page_mark_send_to_back |
Changes Z-order of marks on page. It sends the mark specified to the bottom of stack. |
IG_ARTX_page_marks_flip |
Flips all marks on the page according with value of nFlipValue parameter. |
IG_ARTX_page_marks_remove |
Removes all marks from the page. |
IG_ARTX_page_marks_remove_array |
Removes several marks from page. |
IG_ARTX_page_marks_rotate |
Rotates all marks on the page according with value of nRotateValue parameter. |
IG_ARTX_page_marks_select |
Sets selection status for all annotations on the page. |
IG_ARTX_page_save |
Saves ArtX page content to HIGEAR. |
IG_ARTX_page_save_file |
Saves ArtX page content to file. |
IG_ARTX_page_undo_action_enable |
Enables or disables recording of particular undo actions. |
IG_ARTX_page_undo_action_is_enabled |
Returns the state of undo actions recording of specified type. |
IG_ARTX_page_undo_clear |
Clears all records from undo action. |
IG_ARTX_page_undo_count |
Returns number of records in undo action list. |
IG_ARTX_page_undo_enable |
Enables or disables recording of undo actions. |
IG_ARTX_page_undo_is_enabled |
Returns current undo recording status. |