AddImageOptions
Overview
AddImageOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: format, layer, opacity, page, tag.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
opacity | : number | Read | Constant opacity 0..1 (reuses /ExtGState). |
format | : 'jpeg' | 'png' | 'bmp' | 'tiff' | Read | Override format auto-detection. |
page | : number | Read | Which image of a multi-image file to embed, 0-based. |
tag | : StructElement | Read | When set, wrap the image draw in a marked-content sequence and attach it to the given structure element (typically a Figure with /Alt). |
layer | : Layer | Read | Attach the whole image XObject to an optional-content layer (sets /OC). |