textMarkupAnnotationType property
      
      PdfTextMarkupAnnotationType
      get
      textMarkupAnnotationType
      
    
    
Gets text markup annotation Type.
Implementation
PdfTextMarkupAnnotationType get textMarkupAnnotationType =>
    _helper.textMarkupAnnotationType;
      
      set
      textMarkupAnnotationType
      (PdfTextMarkupAnnotationType value) 
      
    
    
Sets text markup annotation Type.
Implementation
set textMarkupAnnotationType(PdfTextMarkupAnnotationType value) {
  _helper.textMarkupAnnotationType = value;
}