KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf
/
PdfAction
/
ResetForm
Reset
Form
data
class
ResetForm
(
val
fields
:
List
<
PdfObject
>
?
,
val
flags
:
Int
,
val
raw
:
PdfDictionary
)
:
PdfAction
Members
Constructors
Reset
Form
Link copied to clipboard
constructor
(
fields
:
List
<
PdfObject
>
?
,
flags
:
Int
,
raw
:
PdfDictionary
)
Properties
fields
Link copied to clipboard
val
fields
:
List
<
PdfObject
>
?
flags
Link copied to clipboard
val
flags
:
Int
raw
Link copied to clipboard
open
override
val
raw
:
PdfDictionary