PdfAnnotation


abstract class PdfAnnotation

Known direct subclasses
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

open operator Boolean
equals(other: Any?)
open Int

Public properties

open Int

The page number (0-indexed) where this annotation is located.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

pageNum

Added in 1.0.0-alpha19
open val pageNumInt

The page number (0-indexed) where this annotation is located.