sempdf
sempdf v1.9.1Interfaces

Interface: JsonImageBlock

sempdf v1.9.1


sempdf / JsonImageBlock

Defined in: src/document-json.ts:80

An image block expressed with a src instead of in-memory data.

Properties

PropertyModifierTypeDefined in
class?readonlystring | readonly string[]src/document-json.ts:84
keepWithNext?readonlybooleansrc/document-json.ts:85
options?readonlyFlowImageOptionssrc/document-json.ts:83
srcreadonlyJsonBinarySourcesrc/document-json.ts:82
typereadonly"png" | "jpeg" | "bmp" | "jbig2" | "tiff" | "jp2" | "webp" | "gif" | "svg"src/document-json.ts:81

On this page