RotationDocument Enumeration |
Rotation
Namespace: GroupDocs.Annotation.ModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntax[SerializableAttribute]
public enum RotationDocument
<SerializableAttribute>
Public Enumeration RotationDocument
[SerializableAttribute]
public enum class RotationDocument
[<SerializableAttribute>]
type RotationDocument
Members
| Member name | Value | Description |
---|
| None | 0 |
rotate the document 90 degrees
|
| on90 | 1 |
rotate the document 180 degrees
|
| on180 | 2 |
rotate the document 270 degrees
|
| on270 | 3 |
does not rotate the document
|
See Also