ComPDF React Native - v3.0.0
GitHub
ComPDF
Preparing search index...
index
CPDFExtractImageResult
Type Alias CPDFExtractImageResult
Result returned when images are extracted from a PDF document.
type
CPDFExtractImageResult
=
{
success
:
boolean
;
count
:
number
;
directoryPath
:
string
;
imagePaths
:
string
[]
;
}
Index
Properties
success
count
directory
Path
image
Paths
Properties
success
success
:
boolean
count
count
:
number
directory
Path
directoryPath
:
string
image
Paths
imagePaths
:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
success
count
directory
Path
image
Paths
GitHub
ComPDF
ComPDF React Native - v3.0.0
Loading...
Result returned when images are extracted from a PDF document.