DocumentRotatorAutoRotate Method (String, String)ByteScout PDF Extractor SDK
Rotates specified PDF document automatically. Automatic rotation works via optical recognition and requires from you to set the

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public void AutoRotate(
	string sourceDocument,
	string destinationDocument
)

Parameters

sourceDocument
Type: SystemString
Source PDF document file name to rotate.
destinationDocument
Type: SystemString
Output document file name.

Implements

IDocumentRotatorAutoRotate(String, String)
See Also

Reference