After the annotations are created by the user or the application, the application can change annotations by using the "Prg" functions. This grouping shows the many options for allowing the user to interact with the annotations.
PrgGetFirstSelected | Gets the first selected element in an enumeration sequence of selected elements for the specific layer. |
PrgGetItemFixed | Gets the fixed attribute for a specific element for the specific layer. Fixed controls if the annotation is locked to the ImagXpress control instead of the image. |
PrgGetItemAutoSize | Gets the autosize attribute for a specific element for the specific layer. AutoSize controls how the bounding box is sized for text, buttons, stamps, and images. |
PrgGetItemLocked | Gets the locked attribute for a specific element for the specific layer. Locked controls if the user can move or select the annotation. |
PrgGetItemMoveable | Gets the moveable attribute for a specific element for the specific layer. |
PrgGetItemSelected | Gets the selected attribute for a specific element for the specific layer. |
PrgGetItemShowHandles | Gets the ShowHandles attribute for a specific element for the specific layer. The handles are represented by small "grab handles" around an element. |
PrgGetItemSizeable | Gets the sizeable attribute for a specific element for the specific layer. |
PrgGetItemTextLocked | Gets the textlocked attribute for a specific element for the specific layer. |
PrgGetItemVisible | Gets the visibility for a specific element for the specific layer. |
PrgGetItemZOrder | Gets the Z-order (bottom to top display) for a specific element for the specific layer. |
PrgGetNextSelected | Gets the next selected element in an enumeration sequence of selected elements for the specific layer. |
PrgMoveItem | Moves the specified existing annotation element for the specific layer to the new coordinates. |
PrgSelectItem | Sets the selected attribute for a specific element for the specific layer. |
PrgSetItemAutoSize | Sets the autosize attribute for a specific element for the specific layer. AutoSize controls how the bounding box is sized for text, buttons, stamps, and images. |
PrgSetItemFixed | Sets the fixed attribute for a specific element for the specific layer. Fixed controls if the annotation is locked to the ImagXpress control instead of the image. |
PrgSetItemLocked | Sets the locked attribute for a specific element for the specific layer. Locked controls if the user can move or select the annotation. |
PrgSetItemMoveable | Sets the moveable attribute for a specific element for the specific layer. |
PrgSetItemSelected | Sets the selected attribute for a specific element for the specific layer. |
PrgSetItemShowHandles | Sets the ShowHandles attribute for a specific element for the specific layer. The handles are represented by small "grab handles" around an element. |
PrgSetItemSizeable | Sets the sizeable attribute for a specific element for the specific layer. |
PrgSetItemTextLocked | Sets the textlocked attribute for a specific element for the specific layer. |
PrgSetItemVisible | Sets the visibility for a specific element for the specific layer. |
PrgSetItemZOrder | Sets the Z-order (bottom to top display) for a specific element for the specific layer. |