Skip to content

IProgressiveRenderContext

@scaryterry/pdfium


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

Interface for progressive rendering context.

  • Disposable

readonly height: number

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

Rendered height in pixels.


readonly status: ProgressiveRenderStatus

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

Current render status.


readonly width: number

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

Rendered width in pixels.

[dispose](): void

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts:36

void

Disposable.[dispose]


continue(): ProgressiveRenderStatus

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

Continue the progressive render.

ProgressiveRenderStatus


getResult(): RenderResult

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

Get the render result.

RenderResult