TextImageExtensions Class

Definition

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)

Gets all the text in the image.

GetText(ITextImage, Int32, Int32)

Gets text from the image starting at startIndex and having length equal to length.

Write(ITextImage, TextWriter)

Writes the contents of the image.

Applies to