Sets or gets a bool value that indicates the content is stamped as background.
If the value is true, the stamp content is layed at the bottom.
By defalt, the value is false, the stamp content is layed at the top.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Background { get; set; }Public Property Background As Boolean
Get
Set
public:
property bool Background {
bool get ();
void set (bool value);
}member Background : bool with get, set
Property Value
Type:
Boolean
See Also