VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / TranslateAnnotations(IEnumerable<PdfAnnotationView>,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    TranslateAnnotations(IEnumerable<PdfAnnotationView>,Single,Single) Method (PdfAnnotationTool)
    In This Topic
    Translates the location of the specified annotations.
    Syntax
    'Declaration
    
    Public Overridable Sub TranslateAnnotations( _
    ByVal annotations
    The annotations to move.
    As System.Collections.Generic.IEnumerable(Of PdfAnnotationView), _
    ByVal offsetX
    The horizontal offset, which must be applied to the annotations.
    As Single, _
    ByVal offsetY
    The vertical offset, which must be applied to the annotations.
    As Single _
    )

    Parameters

    annotations
    The annotations to move.
    offsetX
    The horizontal offset, which must be applied to the annotations.
    offsetY
    The vertical offset, which must be applied to the annotations.
    Requirements

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

    See Also