ExtractText

PngViewOptions.ExtractText property

Enables text extraction.

public bool ExtractText { get; set; }

Remarks

Use this property to get the text contained in a source document and its coordinates. Then you can use this data to add a selectable text over the image or to implement a text search in image-based rendering.

For code example, see the documentation.

See Also