[]
Provides a mechanism for receiving callback notifications when a TextLayout is rendered on a GcPdfGraphics.
public interface ITextLayoutHandler
Public Interface ITextLayoutHandler
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. |