AccusoftNotateXpress13 ActiveX DLL : NX_AnnotationMethods Enumeration |
Member | Value | Description |
---|---|---|
NX_BringItemToFront | 1538 | Brings the specified annotation element to the front of the Z-order for the current layer. |
NX_Copy | 1001 | Copies the currently selected annotation element to the clipboard, making the element available to be pasted. |
NX_Cut | 1000 | Copies the currently selected annotation element to the clipboard and then deletes the element, making the element available to be pasted. |
NX_Delete | 1007 | Deletes the currently selected element. |
NX_NudgeDn | 1537 | Moves the specified annotation one level down in Z-Order (towards the bottom) in the painting order for the current layer. |
NX_NudgeUp | 1536 | Moves the specified annotation one level up in Z-Order (towards the top) in the painting order for the current layer. |
NX_Paste | 1002 | Pastes the available annotation elements into the current layer from the clipboard. |
NX_SendItemToBack | 1539 | Sends the specified annotation element to the back of the Z-order for the current layer. |