StampAnnotation
class StampAnnotation : PdfAnnotation
| kotlin.Any | ||
| ↳ | androidx.pdf.annotation.content.PdfAnnotation | |
| ↳ | androidx.pdf.annotation.content.StampAnnotation |
Represents a stamp annotation in a PDF document.
Stamp annotations are used to add different types of PdfObject. This class encapsulates the properties of a stamp annotation, such as its page number, bounding box, and the list of PDF objects that constitute the stamp's appearance.
Summary
Public constructors |
|---|
StampAnnotation(pageNum: Int, bounds: RectF, pdfObjects: List<PdfObject>) |
Public properties |
|
|---|---|
RectF |
The bounding |
List<PdfObject> |
A list of |
Public constructors
Public functions
Public properties
bounds
val bounds: RectF
The bounding RectF of the annotation on the page, in PDF coordinates.
pdfObjects
val pdfObjects: List<PdfObject>
A list of PdfObject instances that define the visual appearance of the stamp.