Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / TextLayoutHandler Property

In This Topic
    TextLayoutHandler Property
    In This Topic
    Gets or sets an ITextLayoutHandler object which will receive notifications from the GcPdfGraphics when GrapeCity.Documents.Text.TextLayout is rendered.
    Syntax
    'Declaration
     
    Public Property TextLayoutHandler As ITextLayoutHandler
    public ITextLayoutHandler TextLayoutHandler {get; set;}
    See Also