Gets or sets a value indicating whether this XObject should be drawn before
any other contents of a page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool DrawOnBackground { get; set; }
VB
Public Property DrawOnBackground As Boolean
Get
Set
Property Value
Type:
Booleantrue if this XObject should be drawn before any other contents of a page;
otherwise,
false.
See Also