Aspose::Words::Saving::PdfSaveOptions::get_ExportParagraphGraphicsToArtifact method

PdfSaveOptions::get_ExportParagraphGraphicsToArtifact method

Gets or sets a value determining whether a paragraph graphic should be marked as an artifact.

bool Aspose::Words::Saving::PdfSaveOptions::get_ExportParagraphGraphicsToArtifact() const

Remarks

Default value is false and paragraph graphics (underlines, text emphasis, etc.) will be marked as “Span” in the logical structure of the document.

When the value is true the paragraph graphics will be marked as “Artifact”.

This value is ignored when ExportDocumentStructure is false.

See Also