'Declaration Public Overloads Function GetTextMap( _ Optional ByVal dpiX As System.Single, _ Optional ByVal dpiY As System.Single, _ Optional ByVal ignoreErrors As System.Boolean _ ) As ITextMap
public ITextMap GetTextMap( System.float dpiX, System.float dpiY, System.bool ignoreErrors )
Parameters
- dpiX
- The horizontal resolution of the map (the default is 72dpi).
- dpiY
- The vertical resolution of the map (the default is 72dpi).
- ignoreErrors
- Indicates whether to ignore errors in PDF content streams during rendering.
Return Value
An GrapeCity.Documents.Pdf.TextMap.ITextMap object containing the page text map.