VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageRemoveAnnotationsCommand Class / GetIsRemovingAnnotations(PdfAnnotationType[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetIsRemovingAnnotations(PdfAnnotationType[]) Method (PdfPageRemoveAnnotationsCommand)
    In This Topic
    Returns a value indicating whether RemovingAnnotationTypes contains all elements from annotationTypes array.
    Syntax

    Parameters

    annotationTypes
    The annotation types.

    Return Value

    True - RemovingAnnotationTypes contains all elements from annotationTypes array;
    false - RemovingAnnotationTypes contains NOT all elements from annotationTypes array.
    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