HtmlDocumentExporterOptions.AnchorImagesToPage Property
Gets or sets a value indicating whether to place images on an HTML page at absolute positions relative to the page’s top-left corner.
Namespace: DevExpress.XtraSpreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to anchor images to a page; otherwise, false. |
Remarks
The following table explains how the AnchorImagesToPage property works.
AnchorImagesToPage | Description |
---|---|
False (Default) | Images are anchored to the table cells and their position is defined by the offsets from the left and top cell edges:
|
True | Images are written to HTML after the table and their position is defined by the offsets from the webpage’s left and top edges.
|
See Also