Link Search Menu Expand Document

DocumentRotatorPageAndAngle Constructor

Initializes a new instance of the PageAndAngle class.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public PageAndAngle(
	int pageIndex,
	RotationAngle angle
)

Parameters

pageIndex
Type: SystemInt32
Page index. Zero-based.
angle
Type: Bytescout.PDFExtractorRotationAngle
Rotation angle.
See Also

Reference