Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ITextLayoutHandler Interface / AddTextArea Method

In This Topic
    AddTextArea Method
    In This Topic
    Adds a rectangular area associated with a text.
    Syntax
    'Declaration
     
    Sub AddTextArea( _
       ByVal bounds As System.Drawing.RectangleF _
    ) 
    void AddTextArea( 
       System.Drawing.RectangleF bounds
    )

    Parameters

    bounds
    See Also