Specifies how margin values should be interpreted.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
SyntaxPublic Enumeration MarginType
public enum class MarginType
Members
| Member name | Value | Description |
---|
| Absolute | 0 |
Margin value measured in content units.
|
| RelativeToParentDimensions | 1 |
Margin value should be interpreted as a portion of appropriate parent dimension.
|
| RelativeToParentMinDimension | 2 |
Margin value should be interpreted as a portion of parent minimum dimension.
|
See Also