HtmlSaveOptions.ConvertMarkedContentToLayers

HtmlSaveOptions.ConvertMarkedContentToLayers property

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.

public bool ConvertMarkedContentToLayers { get; set; }

See Also