VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationViewController Class / BurnAnnotationCollectionOnImages(WpfAnnotationViewCollection) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    BurnAnnotationCollectionOnImages(WpfAnnotationViewCollection) Method (WpfAnnotationViewController)
    In This Topic
    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 WpfAnnotationViewCollection _
    )
    public void BurnAnnotationCollectionOnImages(
    WpfAnnotationViewCollection annotations
    )
    public: void BurnAnnotationCollectionOnImages(
    WpfAnnotationViewCollection* annotations
    )
    public:
    void BurnAnnotationCollectionOnImages(
    WpfAnnotationViewCollection^ annotations
    )

    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also