WatermarkAnnotationAngle Property |
Gets or sets watermark rotation angle
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic Nullable<double> Angle { get; set; }
Public Property Angle As Nullable(Of Double)
Get
Set
public:
virtual property Nullable<double> Angle {
Nullable<double> get () sealed;
void set (Nullable<double> value) sealed;
}
abstract Angle : Nullable<float> with get, set
override Angle : Nullable<float> with get, set
Property Value
Type:
NullableDoubleImplements
IAngleAngle
See Also