IDocumentRotatorRotate Method (Stream, Stream, RotationAngle)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

void Rotate(
	Stream sourceDocumentStream,
	Stream destinationDocumentStream,
	RotationAngle angle
)

Parameters

sourceDocumentStream
Type: System.IOStream
Source stream with PDF document to rotate.
destinationDocumentStream
Type: System.IOStream
Output stream for rotated PDF document .
angle
Type: Bytescout.PDFExtractorRotationAngle
Rotation angle.
See Also

Reference