Aspose::Pdf::HtmlSaveOptions::set_UseZOrder method

HtmlSaveOptions::set_UseZOrder method

If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects.

void Aspose::Pdf::HtmlSaveOptions::set_UseZOrder(bool value)

See Also