exportFloatingShapesAsInlineTag property

PdfSaveOptions.exportFloatingShapesAsInlineTag property

Gets or sets a value determining whether floating shapes are exported as inline tags in the document structure.

get exportFloatingShapesAsInlineTag(): boolean

Remarks

Default value is false and floating shapes will be exported as block-level tags, placed after the paragraph in which they are anchored.

When the value is true floating shapes will be exported as inline tags, placed within the paragraph where they are anchored.

This value is ignored when PdfSaveOptions.exportDocumentStructure is false.

See Also