Aspose::Pdf::HtmlSaveOptions::get_ConvertMarkedContentToLayers method

HtmlSaveOptions::get_ConvertMarkedContentToLayers method

If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with “data-pdflayer” attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content.

bool Aspose::Pdf::HtmlSaveOptions::get_ConvertMarkedContentToLayers() const

See Also