PdfAnnotation
abstract class PdfAnnotation
HighlightAnnotation |
Represents a Highlight Annotation in a PDF document. |
StampAnnotation |
Represents a stamp annotation in a PDF document. |
Represents an annotation on a PDF page.
This abstract class serves as the base for different types of PDF annotations. It handles common properties and behaviors.
Summary
Public functions
Public properties
pageNum
Added in 1.0.0-alpha19
open val pageNum: Int
The page number (0-indexed) where this annotation is located.