HtmlSaveOptions.UseZOrder

HtmlSaveOptions.UseZOrder property

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.

public bool UseZOrder { get; set; }

See Also