textMarkupAnnotationType property

PdfTextMarkupAnnotationType textMarkupAnnotationType

Gets text markup annotation Type.

Implementation

PdfTextMarkupAnnotationType get textMarkupAnnotationType =>
    _helper.textMarkupAnnotationType;
void textMarkupAnnotationType=(PdfTextMarkupAnnotationType value)

Sets text markup annotation Type.

Implementation

set textMarkupAnnotationType(PdfTextMarkupAnnotationType value) {
  _helper.textMarkupAnnotationType = value;
}