1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Search
  6. /
  7. ITwoDObject

ITwoDObject

ITwoDObject interface

Represents any two dimensional object in a content structure.

public interface ITwoDObject

Properties

Name Description
Height { get; } Gets the height of the object.
Width { get; } Gets the width of the object.
X { get; } Gets the x-coordinate of the object.
Y { get; } Gets the y-coordinate of the object.

See Also