Name | Description | |
---|---|---|
ImGearARTPage Constructor | Initializes a new instance of the ImGearARTPage class object. |
The following tables list the members exposed by ImGearARTPage.
Name | Description | |
---|---|---|
ImGearARTPage Constructor | Initializes a new instance of the ImGearARTPage class object. |
Name | Description | |
---|---|---|
AccessController | Gets or sets access controller for this page. | |
AspectKind | Gets or sets a value indicating the aspect kind. | |
Author | Gets or sets the author for the page. | |
Bounds | Gets or sets the bounding rectangle of the annotation page. | |
Comments | Gets or sets the comments for the page. | |
Groups | Gets an array of annotation groups in the page. | |
History | Gets the history object. | |
MarkCount | Gets the marks count in the page. | |
MarksChanged | Gets or sets a value indicating whether the marks changed since they were last saved or loaded. | |
Orientation | Gets or sets the orientation of the annotation page layout. | |
PasteCount | Gets the number of marks currently in the Windows clipboard. | |
PopupTextIcon | Gets or sets the icon associated with the ImGearARTPopupText annotation. | |
Resolution | Gets or sets the resolution, used by ImGearARTRuler and ImGearARTPolyRuler annotations for measurement purposes. | |
SecureObjectData | Gets or sets data object for the AccessController property. | |
StartIndex | Gets or sets the start index of the marks enumeration on the page. | |
Subject | Gets or sets the subject for the page. | |
Title | Gets or sets the title for the page. | |
UserDataAttributes | Gets the user data dictionary specified for the page. |
Name | Description | |
---|---|---|
AddMark | Overloaded. Adds the specified mark into an annotation page group. | |
ApplyToImage | Applies the encryption marks from the annotation page to the image. | |
ConvertCoordinates | Overloaded. Translates coordinates between image and device coordinate systems. | |
CopyMarks | Overloaded. Copies specified marks to the Windows clipboard. | |
CutMarks | Overloaded. Cuts specified marks from the annotation page to the Windows clipboard. | |
Flip | Flips entire ART page around the center in vertical or horizontal direction. | |
GetEnumerator | Gets the page enumerator class. | |
HitTest | Returns the index of topmost annotation mark of a hit test. | |
MarkBringToFront | Overloaded. Moves the specified mark to the top of Z-Order. | |
MarkCopy | Overloaded. Copies the specified mark to the Windows clipboard. | |
MarkCut | Overloaded. Cuts the mark from the annotation page to the Windows clipboard. | |
MarkGet | Gets a mark by its ID. | |
MarkIsSelected | Overloaded. Checks if the specified mark is selected. | |
MarkIsValid | Overloaded. Checks if the mark is valid. | |
MarkRemove | Overloaded. Deletes the mark. | |
MarkSelect | Overloaded. Selects or deselects the specified mark. | |
MarkSendToBack | Overloaded. Moves the specified mark to the bottom of Z-Order. | |
MarkSetCoordType | Overloaded. Sets new type of the coordinates system for the specified mark. | |
PasteMarks | Pastes all marks from the Windows clipboard to the annotation page. | |
RemoveMarks | Overloaded. Deletes marks from the annotation page. | |
Rotate | Rotates entire ART page around the center. | |
Scale | Scales the entire ART page in horizontal and vertical directions. | |
SelectMarks | Selects or deselects all marks in the annotation page. | |
SetCoordType | Sets new type of the coordinates system for the entire mark collection. |
Name | Description | |
---|---|---|
OnMarkAdded | Occurs when a mark is added. | |
OnMarkChanged | Occurs when a mark is changed. | |
OnMarkRemoved | Occurs when a mark is removed. | |
OnMarkSelectionChanged | Occurs when a mark's selection is changed. | |
OnMarkZOrderChanged | Occurs when a mark's Z-Order is changed. |
Name | Description | |
---|---|---|
MarkAdded | Occurs when a mark is added. | |
MarkChanged | Occurs when a mark is changed. | |
MarkRemoved | Occurs when a mark is removed. | |
MarkSelectionChanged | Occurs when a mark's selection is changed. | |
MarkZOrderChanged | Occurs when a mark's Z-Order is changed. |