Skip to main content

Interface: FlowImageOptions

Options for placing images through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited from
align?"left" | "center" | "right"Horizontal alignment for laid-out content.-
altText?stringAlternate text for tagged non-text content.JpegImageOptions.altText
height?numberHeight in PDF points.-
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased (ISO 32000-2 § 8.6.5.5). When provided, the image's ColorSpace becomes [/ICCBased ref] referencing the embedded profile stream.JpegImageOptions.iccProfile
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.margin
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottom
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeft
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRight
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTop
maxWidth?numberMaximum image width in PDF points.-
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.JpegImageOptions.structure
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.JpegImageOptions.tag
width?numberWidth in PDF points.-