DetectOrientationDegree Example for Visual Basic
Private Sub TestDetectOrient() Dim degree As Long degree = RasterDoc.DetectOrientationDegree(0) MsgBox "Orientation degree = " + CStr(degree)End Sub