PageRotationToInt Method
Translates rotation enumeration member into integer value.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public static int RotationToInt(
	Rotation rotation
)

Parameters

rotation
Type: Aspose.PdfRotation
Rotation enumeratioom member.

Return Value

Type: Int32
Corresponding integer value
See Also