VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfCaretAnnotation Class / SetRectangle(TextRegionSymbol,Single,Single,Boolean) Method
Syntax Requirements SeeAlso
    SetRectangle(TextRegionSymbol,Single,Single,Boolean) Method (PdfCaretAnnotation)
    Sets the rectangle of this caret annotation using specified text symbol.
    Syntax
    'Declaration
    
    Public Sub SetRectangle( _
    ByVal textSymbol
    The text symbol.
    As Vintasoft.Imaging.Text.TextRegionSymbol, _
    ByVal scaleX
    Scale of result rectangle at X axis.
    As Single, _
    ByVal scaleY
    Scale of result rectangle at Y axis.
    As Single, _
    ByVal beforeSymbol
    A value indicating whether the annotation must be located before symbol (true) or after symbol (false).
    As Boolean _
    )
     

    Parameters

    textSymbol
    The text symbol.
    scaleX
    Scale of result rectangle at X axis.
    scaleY
    Scale of result rectangle at Y axis.
    beforeSymbol
    A value indicating whether the annotation must be located before symbol (true) or after symbol (false).
    Requirements

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

    See Also