Link Search Menu Expand Document

BaseExtractorGetPageRotationAngle Method

Returns the rotation angle of specified page.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public int GetPageRotationAngle(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of the page.

Return Value

Type: Int32
Rotation angle in degrees.

Implements

IBaseExtractorGetPageRotationAngle(Int32)
See Also

Reference