IDocumentRotatorRotate Method (String, String, 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
void Rotate( string sourceDocument, string destinationDocument, IList<DocumentRotatorPageAndAngle> rotationInfo )
Parameters
- sourceDocument
- Type: SystemString
Source PDF document file name to rotate. - destinationDocument
- Type: SystemString
Output document file name. - rotationInfo
- Type: System.Collections.GenericIListDocumentRotatorPageAndAngle
List of page index and rotation angle pairs. Page indexes are zero-based.
See Also