SubmitForm

data class SubmitForm(val url: String?, val fields: List<PdfObject>?, val flags: Int, val raw: PdfDictionary) : PdfAction

Constructors

Link copied to clipboard
constructor(url: String?, fields: List<PdfObject>?, flags: Int, raw: PdfDictionary)

Properties

Link copied to clipboard

Field names or refs the action targets — null means "all fields".

Link copied to clipboard
val flags: Int
Link copied to clipboard
open override val raw: PdfDictionary
Link copied to clipboard
val url: String?