Position of annotation's right edge.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public double Right { get; }
Visual Basic
Public ReadOnly Property Right As Double
	Get

Remarks

This property cannot be set, it will be calculated from the left and width properties.

See Also