'Declaration Public Overloads Overridable Function GetCustomViewRotationAngle( _
ByVal imageAn image.As Vintasoft.Imaging.VintasoftImage _
) As System.Int32
public virtual System.Int32 GetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage image
)
public: virtual System.Int32 GetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage* image
)
public:
virtual System.Int32 GetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- An image.
Return Value
-1 if image does not have the custom rotation angle; 0, 90, 190 or 270 if image has the custom rotation angle.