Documents for PDF, .NET Edition Documentation
GetTextMap Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class : GetTextMap Method
The horizontal resolution of the map, the default is 72dpi.
The vertical resolution of the map, the default is 72dpi.
Builds and returns a GrapeCity.Documents.Pdf.TextMap.ITextMap for this page.
Syntax
'Declaration
 
Public Function GetTextMap( _
   Optional ByVal dpiX As System.Single, _
   Optional ByVal dpiY As System.Single _
) As ITextMap
public ITextMap GetTextMap( 
   System.float dpiX,
   System.float dpiY
)

Parameters

dpiX
The horizontal resolution of the map, the default is 72dpi.
dpiY
The vertical resolution of the map, the default is 72dpi.

Return Value

An GrapeCity.Documents.Pdf.TextMap.ITextMap object containing the page text map.
See Also

Reference

Page Class
Page Members