Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFPageTextPosition.Create(Integer,Integer) Method

Creates a text position on a PDF document page.

#Declaration

Delphi
class function Create(AWordIndex: Integer; AOffset: Integer): TdxPDFPageTextPosition; static;

#Parameters

Name Type
AWordIndex Integer
AOffset Integer

#Returns

Type
TdxPDFPageTextPosition

#Remarks

This class function returns a TdxPDFPageTextPosition record whose WordIndex and Offset fields are initialized with the values passed as the AWordIndex and AOffset parameters, respectively. The Create function returns an invalid text range if either of the parameters is negative.

See Also