ComPDF React Native - v3.0.0
GitHub
ComPDF
Preparing search index...
index
CPDFEditImageArea
Class CPDFEditImageArea
Base model for a content-editor area on a PDF page.
Hierarchy (
View Summary
)
CPDFEditArea
CPDFEditImageArea
Index
Constructors
constructor
Methods
create
string
To
CPDF
Edit
Type
edit
Type
To
String
from
Json
to
Json
Properties
type
uuid
page
alpha
image
Constructors
constructor
new
CPDFEditImageArea
(
params
:
{
uuid
:
string
;
page
:
number
;
alpha
?:
number
;
image
?:
string
|
null
;
}
,
)
:
CPDFEditImageArea
Parameters
params
:
{
uuid
:
string
;
page
:
number
;
alpha
?:
number
;
image
?:
string
|
null
}
Returns
CPDFEditImageArea
Methods
Static
create
create
(
json
:
any
)
:
CPDFEditArea
Parameters
json
:
any
Returns
CPDFEditArea
Static
string
To
CPDF
Edit
Type
stringToCPDFEditType
(
typeString
:
string
)
:
CPDFEditType
Parameters
typeString
:
string
Returns
CPDFEditType
Static
edit
Type
To
String
editTypeToString
(
editType
:
CPDFEditType
)
:
string
Parameters
editType
:
CPDFEditType
Returns
string
Static
from
Json
fromJson
(
json
:
any
)
:
CPDFEditImageArea
Parameters
json
:
any
Returns
CPDFEditImageArea
to
Json
toJson
()
:
Record
<
string
,
any
>
Returns
Record
<
string
,
any
>
Properties
Readonly
type
type
:
CPDFEditType
Readonly
uuid
uuid
:
string
Readonly
page
page
:
number
Readonly
alpha
alpha
:
number
Readonly
image
image
:
string
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
string
To
CPDF
Edit
Type
edit
Type
To
String
from
Json
to
Json
Properties
type
uuid
page
alpha
image
GitHub
ComPDF
ComPDF React Native - v3.0.0
Loading...
Base model for a content-editor area on a PDF page.