Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-bundle-sdk
/
io.scanbot.sdk.kmp.pdfgeneration
/
PdfAttributes
Pdf
Attributes
data
class
PdfAttributes
(
var
author
:
String
=
"Created with Scanbot SDK"
,
var
creator
:
String
=
""
,
var
title
:
String
=
""
,
var
subject
:
String
=
""
,
var
keywords
:
String
=
""
)
PDF attributes.
Members
Constructors
Pdf
Attributes
Link copied to clipboard
constructor
(
author
:
String
=
"Created with Scanbot SDK"
,
creator
:
String
=
""
,
title
:
String
=
""
,
subject
:
String
=
""
,
keywords
:
String
=
""
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
author
Link copied to clipboard
var
author
:
String
Author.
creator
Link copied to clipboard
var
creator
:
String
Creator.
keywords
Link copied to clipboard
var
keywords
:
String
Keywords.
subject
Link copied to clipboard
var
subject
:
String
Subject.
title
Link copied to clipboard
var
title
:
String
Title.
Functions
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JsonObject
to
Json
String
Link copied to clipboard
fun
toJsonString
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
String