VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / TextAnnotationDataBase Class / GetActualTextArea() Method
Syntax Requirements SeeAlso
In This Topic
    GetActualTextArea() Method (TextAnnotationDataBase)
    In This Topic
    Returns the rectangle that defines text area with paddings.
    Syntax
    'Declaration
    
    Public Function GetActualTextArea() As System.Drawing.RectangleF
    
    
    public System.Drawing.RectangleF GetActualTextArea()
    
    
    public: System.Drawing.RectangleF* GetActualTextArea()
    
    
    public:
    System.Drawing.RectangleF^ GetActualTextArea()

    Return Value

    The rectangle that defines text area with paddings.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also