Link Search Menu Expand Document

IDocumentRotatorRotate Method (String, String, RotationAngle)

Rotates specified PDF document to specified angle.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void Rotate(
	string sourceDocument,
	string destinationDocument,
	RotationAngle angle
)

Parameters

sourceDocument
Type: SystemString
Source PDF document file name to rotate.
destinationDocument
Type: SystemString
Output document file name.
angle
Type: Bytescout.PDFExtractorRotationAngle
Rotation angle.
See Also

Reference