WatermarkConsiderParentMargins Property |
Gets or sets a value indicating whether the watermark size and coordinates are calculated
considering parent margins.
Namespace: GroupDocs.WatermarkAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic bool ConsiderParentMargins { get; set; }
Public Property ConsiderParentMargins As Boolean
Get
Set
public:
property bool ConsiderParentMargins {
bool get ();
void set (bool value);
}
member ConsiderParentMargins : bool with get, set
Property Value
Type:
Boolean
If the value is true, watermark size and coordinates are calculated considering parent margins.
By default, the value is false, parent margins are ignored.
See Also