Rotate
Rotates the currently opened document (fax or picture) and returns the current rotation angle.
Returns
Type | Description |
---|---|
Short |
If the value is To rotate the file, specify one of the following angles: |
Sample Code
If KEYview1.Rotate > -1 Then ' Can the file be rotated? KEYview1.Rotate = 180 ' Rotate 180 degrees. End If