ComPDF React Native - v3.0.0
GitHub
ComPDF
Preparing search index...
index
CPDFGoToAction
Class CPDFGoToAction
Base model for actions attached to PDF annotations and links.
Hierarchy (
View Summary
)
CPDFAction
CPDFGoToAction
Index
Constructors
constructor
Methods
to
Page
from
Json
to
JSON
Properties
action
Type
page
Index
Constructors
constructor
new
CPDFGoToAction
(
params
:
Partial
<
CPDFGoToAction
>
)
:
CPDFGoToAction
Parameters
params
:
Partial
<
CPDFGoToAction
>
Returns
CPDFGoToAction
Methods
Static
to
Page
toPage
(
pageIndex
:
number
)
:
CPDFGoToAction
Parameters
pageIndex
:
number
Returns
CPDFGoToAction
Static
from
Json
fromJson
(
json
:
any
)
:
CPDFGoToAction
Parameters
json
:
any
Returns
CPDFGoToAction
to
JSON
toJSON
()
:
{
actionType
:
CPDFActionType
;
pageIndex
:
number
}
Returns
{
actionType
:
CPDFActionType
;
pageIndex
:
number
}
Properties
action
Type
actionType
:
CPDFActionType
page
Index
pageIndex
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
to
Page
from
Json
to
JSON
Properties
action
Type
page
Index
GitHub
ComPDF
ComPDF React Native - v3.0.0
Loading...
Base model for actions attached to PDF annotations and links.