Link Search Menu Expand Document

DocumentRotatorAutoRotate Method (String, String)

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