Link Search Menu Expand Document

IDocumentRotatorRotate Method (Stream, Stream, IListDocumentRotatorPageAndAngle)

Rotates specified PDF document to specified angle.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void Rotate(
	Stream sourceDocumentStream,
	Stream destinationDocumentStream,
	IList<DocumentRotatorPageAndAngle> rotationInfo
)

Parameters

sourceDocumentStream
Type: System.IOStream
Source stream with PDF document to rotate.
destinationDocumentStream
Type: System.IOStream
Output stream for rotated PDF document .
rotationInfo
Type: System.Collections.GenericIListDocumentRotatorPageAndAngle
List of page index and rotation angle pairs. Page indices are zero-based.
See Also

Reference