Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / ShowTextBase Class / GetBounds Method

In This Topic
    GetBounds Method (ShowTextBase)
    In This Topic
    Returns the text's bounds.
    Syntax
    'Declaration
     
    Public Function GetBounds() As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> GetBounds()
    See Also