VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationViewController Class / BurnAnnotationCollectionOnImages(AnnotationViewCollection) Method
Syntax Remarks Requirements SeeAlso
    BurnAnnotationCollectionOnImages(AnnotationViewCollection) Method (AnnotationViewController)
    Burns the specified annotation collection on each image from the Images, disposes annotations of images and clears the annotation collection of images.
    Syntax
    'Declaration
    
    Public Sub BurnAnnotationCollectionOnImages( _
    ByVal annotations
    Collection of annotations which must be drawn on each image of the Images collection.
    As AnnotationViewCollection _
    )
     

    Parameters

    annotations
    Collection of annotations which must be drawn on each image of the Images collection.
    Remarks

    This method does not clear collections of annotations associated with images in the Images collection.

    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