DocumentRotatorRotate Method (Stream, Stream, IListDocumentRotatorPageAndAngle)ByteScout PDF Extractor SDK
Rotates specified PDF document to specified angle.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public 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.

Implements

IDocumentRotatorRotate(Stream, Stream, IListDocumentRotatorPageAndAngle)
See Also

Reference