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

NameTypeAccessDescription
width: numberReadDrawn width.
height: numberReadDrawn height.
format: 'jpeg' | 'png' | 'bmp' | 'tiff'ReadForce the decoder; default sniffs JPEG/PNG magic bytes.
align: 'left' | 'center' | 'right'ReadHorizontal alignment within the column.
alt: stringReadAlt text for the /Figure when the flow is tagged.
spaceBefore: numberReadPoints inserted above the image (dropped at a column top).
spaceAfter: numberReadPoints inserted below the image (dropped at a column top).
clear: FlowClearReadDrop the image below the floats on the given side(s) before placing it.