IDocumentRotatorRotate Method (String, String, 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

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

Reference