TextImageExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for working with ITextImage
public ref class TextImageExtensions abstract sealed
public static class TextImageExtensions
type TextImageExtensions = class
Public Module TextImageExtensions
- Inheritance
-
TextImageExtensions
Methods
GetSubText(ITextImage, Int32, Int32) |
Create a new ITextImage that is a clone of a subspan of this ITextImage. |
GetText(ITextImage, Int32, Int32) |
Gets text from the |
GetText(ITextImage) |
Gets all the text in the image. |
Write(ITextImage, TextWriter) |
Writes the contents of the image. |