'Declaration Public Function GetIsRemovingAnnotations( _
ByVal annotationTypesТипы аннотаций.() 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
- Типы аннотаций.
Return Value
True - RemovingAnnotationTypes содержит все элементы из массива annotationTypes;
false - RemovingAnnotationTypes содержит НЕ все элементы из массива annotationTypes.
false - RemovingAnnotationTypes содержит НЕ все элементы из массива annotationTypes.