annotationFlags property

List<PdfAnnotationFlags> get annotationFlags

Gets or sets the annotation flags.

Implementation

List<PdfAnnotationFlags> get annotationFlags => _helper.annotationFlags;
set annotationFlags (List<PdfAnnotationFlags> value)

Implementation

set annotationFlags(List<PdfAnnotationFlags> value) {
  _helper.annotationFlags = value;
}