ImageGear Professional for Windows ActiveX
IsAtRect Method

Description:

Tests whether any part of a rectangle is on the specified text.

Syntax:

      IsAtRect (Flags As enumIGPDETextFlags, Index As Long, FixedRect
As IGPDFFixedRect) As Boolean

Parameters:

Name Description
Flags enumIGPDETextFlags Enumeration value that specifies whether index refers to the character offset from the beginning of the text object or the index of the text run in the text object. Must be either:
  • IG_PDE_TEXT_CHAR - for a text character
  • IG_PDE_TEXT_RUN - for a text run
Index Index of the character or text run in the text object.
FixedRect A rectangle, specified in user space coordinates.

Return Value:

True if the text is on the rectangle, False otherwise.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback