Translates rotation enumeration member into integer value.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic static int RotationToInt(
Rotation rotation
)
Public Shared Function RotationToInt (
rotation As Rotation
) As Integer
public:
static int RotationToInt(
Rotation rotation
)
static member RotationToInt :
rotation : Rotation -> int
Parameters
- rotation
- Type: Aspose.PdfRotation
Rotation enumeratioom member.
Return Value
Type:
Int32Corresponding integer value
See Also