'Declaration Public Overloads Overrides Function GetCustomViewRotationAngle( _
ByVal imageAn image.As Vintasoft.Imaging.VintasoftImage _
) As System.Int32
public override System.Int32 GetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage image
)
public: System.Int32 GetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage* image
); override
public:
System.Int32 GetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage^ image
); override
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.