PDFJS class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- cMapPacked ↔ bool?
-
getter/setter pair
- cMapUrl ↔ String?
-
getter/setter pair
- disableAutoFetch ↔ bool?
-
getter/setter pair
- disableCreateObjectURL ↔ bool?
-
getter/setter pair
- disableFontFace ↔ bool?
-
getter/setter pair
- disableRange ↔ bool?
-
getter/setter pair
- disableStream ↔ bool?
-
getter/setter pair
- disableWebGL ↔ bool?
-
getter/setter pair
- disableWorker ↔ bool?
-
getter/setter pair
- externalLinkRel ↔ String?
-
getter/setter pair
- externalLinkTarget ↔ LinkTarget?
-
getter/setter pair
- imageResourcesPath ↔ String?
-
getter/setter pair
- isEvalSupported ↔ bool?
-
getter/setter pair
- maxImageSize ↔ int?
-
getter/setter pair
- pdfBug ↔ bool?
-
getter/setter pair
- pdfjsNext ↔ bool?
-
getter/setter pair
- postMessageTransfers ↔ bool?
-
getter/setter pair
- verbosity ↔ VERBOSITY_LEVELS?
-
getter/setter pair
- versionSafePdfJsContext → JsObject?
-
Getter for obtaining the pdfjs context for various versions
of pdf.js
no setter
- versionSafePdfJsViewerContext → JsObject?
-
Getter for obtaining the pdfjs viewer context for various versions
of pdf.js
no setter
- workerPort ↔ int?
-
getter/setter pair
- workerSrc ↔ String?
-
getter/setter pair
Static Methods
-
getDocument(
dynamic src) → PDFDocumentLoadingTask -
getDocumentByDocumentInitParameters(
DocumentInitParameters src) → PDFDocumentLoadingTask -
getDocumentByPDFDataRangeTransport(
PDFDataRangeTransport src) → PDFDocumentLoadingTask -
getDocumentByString(
String src) → PDFDocumentLoadingTask -
getDocumentByTypedArray(
TypedData src) → PDFDocumentLoadingTask