Skip to main content

TdxPDFPageTextPosition.IsSame(TdxPDFPageTextPosition) Method

Identifies if the text position within a PDF document page is identical to the specified position.

Declaration

function IsSame(const AValue: TdxPDFPageTextPosition): Boolean;

Parameters

Name Type
AValue TdxPDFPageTextPosition

Returns

Type
Boolean

Remarks

This function returns True if the text position on a document page is identical to the position passed as the AValue parameter; otherwise, False.

See Also