Represents dimensions of a 2d object.
Namespace: GroupDocs.Watermark.CommonAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
SyntaxPublic Enumeration Dimension
public enum class Dimension
Members
| Member name | Value | Description |
---|
| Width | 0 |
Object width.
|
| Height | 1 |
Object height.
|
See Also