WatermarkOptionsBackground Property |
Indicates that the watermark is stamped as background. If the value is true, the watermark is laid at the bottom. By default is false and the watermark is laid on top.
Namespace: GroupDocs.Conversion.Options.ConvertAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.7.0.0 (22.7)
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