Aspose::Pdf::HtmlLoadOptions::set_CreateLogicalStructure method

HtmlLoadOptions::set_CreateLogicalStructure method

Sets a value indicating whether to create a logical structure in the resulting PDF document.

void Aspose::Pdf::HtmlLoadOptions::set_CreateLogicalStructure(bool value)

Remarks

When set to true

, the logical structure of the document is created, which can improve accessibility and make the document more suitable for screen readers and other assistive technologies.

See Also