PdfAnnotation

constructor(subtype: PdfAnnotation.Subtype, rect: KiteRectangle, contents: String, color: RgbColor?, uri: String?, action: PdfAction?, rawDestination: PdfObject?, appearanceStream: PdfStream?, flags: Int = 0, quadPoints: List<Double>? = null, inkLists: List<List<Double>>? = null, vertices: List<Double>? = null, interiorColor: RgbColor? = null, borderWidth: Double? = null, borderStyle: String? = null, borderDash: List<Double>? = null, additionalActions: PdfWidgetActions? = null, raw: PdfDictionary)