AttachedImagePossibleWatermarkT

AttachedImagePossibleWatermark<T> class

Represents attached image watermark in a content of any supported format.

public abstract class AttachedImagePossibleWatermark<T> : PossibleWatermark
    where T : Attachment
Parameter Description
T The type of the attachment.

Properties

Name Description
virtual FormattedTextFragments { get; } Gets the collection of formatted text fragments of this PossibleWatermark.
override Height { get; } Gets the height of this AttachedImagePossibleWatermark.
ImageData { get; set; } Gets or sets the image of this PossibleWatermark.
override Parent { get; } Gets the parent of this AttachedImagePossibleWatermark.
override RotateAngle { get; } Gets the rotate angle of this AttachedImagePossibleWatermark in degrees.
virtual Text { get; set; } Gets or sets the text of this PossibleWatermark.
override UnitOfMeasurement { get; } Gets the unit of measurement of this AttachedImagePossibleWatermark.
override Width { get; } Gets the width of this AttachedImagePossibleWatermark.
override X { get; } Gets the x-coordinate of this AttachedImagePossibleWatermark.
override Y { get; } Gets the y-coordinate of this AttachedImagePossibleWatermark.

See Also