[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.ITextLayoutHandler

ITextLayoutHandler Interface

Provides a mechanism for receiving callback notifications when a TextLayout is rendered on a GcPdfGraphics.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public interface ITextLayoutHandler
Public Interface ITextLayoutHandler

Methods

Name Description
AddTextArea(RectangleF)

Adds a rectangular area associated with a text.

TextTagBegin(GcPdfGraphics, TextLayout, object)

Called when a text block associated with the specified tag is started.

TextTagEnd(GcPdfGraphics, TextLayout, object)

Called when a text block is finished.