'Declaration Public Function GetIsRemovingAnnotations( _
ByVal annotationTypesThe annotation types.() As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType _
) As Boolean
public bool GetIsRemovingAnnotations(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType[] annotationTypes
)
public: bool GetIsRemovingAnnotations(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType[]* annotationTypes
)
public:
bool GetIsRemovingAnnotations(
array<Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType>^ annotationTypes
)
Parameters
- annotationTypes
- The annotation types.
Return Value
True - RemovingAnnotationTypes contains all elements from annotationTypes array;
false - RemovingAnnotationTypes contains NOT all elements from annotationTypes array.
false - RemovingAnnotationTypes contains NOT all elements from annotationTypes array.