VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentVisualEditor Class / AddSelectionInControlSpace(String,VintasoftPoint,VintasoftPoint) Method
Syntax Requirements SeeAlso
In This Topic
    AddSelectionInControlSpace(String,VintasoftPoint,VintasoftPoint) Method (DocumentVisualEditor)
    In This Topic
    Adds the content, which is located in specified region in document editor, to the selection.
    Syntax
    'Declaration
    
    Public Sub AddSelectionInControlSpace( _
    ByVal contentAreaName
    The name of content area.
    As System.String, _
    ByVal startPoint
    The start point, in the coordinate space of document editor, for content selection.
    As Vintasoft.Primitives.VintasoftPoint, _
    ByVal endPoint
    The end point, in the coordinate space of document editor, for content selection.
    As Vintasoft.Primitives.VintasoftPoint _
    )

    Parameters

    contentAreaName
    The name of content area.
    startPoint
    The start point, in the coordinate space of document editor, for content selection.
    endPoint
    The end point, in the coordinate space of document editor, for content selection.
    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