FlowImageOptions
Overview
FlowImageOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for {@link Flow.AddImage}.
Properties: align, alt, clear, format, height, spaceAfter, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | : number | Read | Drawn width. |
height | : number | Read | Drawn height. |
format | : 'jpeg' | 'png' | 'bmp' | 'tiff' | Read | Force the decoder; default sniffs JPEG/PNG magic bytes. |
align | : 'left' | 'center' | 'right' | Read | Horizontal alignment within the column. |
alt | : string | Read | Alt text for the /Figure when the flow is tagged. |
spaceBefore | : number | Read | Points inserted above the image (dropped at a column top). |
spaceAfter | : number | Read | Points inserted below the image (dropped at a column top). |
clear | : FlowClear | Read | Drop the image below the floats on the given side(s) before placing it. |