Property DrawOnBackground
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
DrawOnBackground
Gets or sets a value indicating whether this XObject should be drawn before any other contents of a page.
public bool DrawOnBackground { get; set; }
Property Value
- bool
true
if this XObject should be drawn before any other contents of a page; otherwise,false
.