AnnotatorRotation Property |
Document Rotation
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic Nullable<RotationDocument> Rotation { get; set; }
Public Property Rotation As Nullable(Of RotationDocument)
Get
Set
public:
property Nullable<RotationDocument> Rotation {
Nullable<RotationDocument> get ();
void set (Nullable<RotationDocument> value);
}
member Rotation : Nullable<RotationDocument> with get, set
Property Value
Type:
NullableRotationDocument
See Also