Skip to content

ProgressiveRenderStatus

@scaryterry/pdfium


Defined in: src/core/types.ts:209

Status of progressive rendering.

Enumeration MemberValueDescriptionDefined in
Done"Done"Rendering is complete.src/core/types.ts:215
Failed"Failed"Rendering failed.src/core/types.ts:217
Ready"Ready"Rendering has not started yet.src/core/types.ts:211
ToBeContinued"ToBeContinued"Rendering was paused and can be continued.src/core/types.ts:213