KeyedPdfAnnotation


class KeyedPdfAnnotation


Associates a PdfAnnotation with a unique key.

Summary

Public constructors

Public functions

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

Public properties

PdfAnnotation

The PdfAnnotation object.

String

The unique string identifier for the annotation.

Public constructors

KeyedPdfAnnotation

Added in 1.0.0-alpha19
KeyedPdfAnnotation(key: String, annotation: PdfAnnotation)

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

annotation

Added in 1.0.0-alpha19
val annotationPdfAnnotation

The PdfAnnotation object.

key

Added in 1.0.0-alpha19
val keyString

The unique string identifier for the annotation.