DocumentRotatorRotate Method (Stream, Stream, IListDocumentRotatorPageAndAngle)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Rotates specified PDF document to specified angle.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-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