ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > MarkQuery Method |
Loads the IGArtPage Object.Attrxxx properties with the attributes of the specified mark. Your application must call MarkQuery Method before using the values in the Attrxxx properties.
MarkQuery(MarkIndex As Long) As Boolean
Name | Description |
---|---|
MarkIndex | Index of the mark whose attributes are to be loaded into the Attrxxx properties. |
Returns True if this method is successfully processed; otherwise returns False.
N/A
None