Link Search Menu Expand Document

DocumentRotatorRotate Method (String, String, IListDocumentRotatorPageAndAngle)

Rotates specified PDF document to specified angle.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public 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.

Implements

IDocumentRotatorRotate(String, String, IListDocumentRotatorPageAndAngle)
See Also

Reference