DocumentRotatorRotate Method (String, String, RotationAngle)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

public 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.

Implements

IDocumentRotatorRotate(String, String, RotationAngle)
See Also

Reference