PdfAnnotation


abstract class PdfAnnotation
kotlin.Any
   ↳ android.graphics.pdf.component.PdfAnnotation

Represents a PDF annotation on a page of a PDF document. This abstract class provides a base implementation for different types of PDF annotations such as text (FreeTextAnnotation), highlight (HighlightAnnotation) etc

Summary

Public methods
open Int

Returns the type of the annotation.

Public methods