PdfAttributes

data class PdfAttributes(var author: String = "Created with Scanbot SDK", var creator: String = "", var title: String = "", var subject: String = "", var keywords: String = "") : Parcelable

PDF attributes.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(author: String = "Created with Scanbot SDK", creator: String = "", title: String = "", subject: String = "", keywords: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Author.

Link copied to clipboard

Creator.

Link copied to clipboard

Keywords.

Link copied to clipboard

Subject.

Link copied to clipboard

Title.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject