DocumentRotator MethodsByteScout PDF Extractor SDK

The DocumentRotator type exposes the following members.

Methods

  NameDescription
Public methodAutoRotate(Stream, Stream)
Rotates specified PDF document automatically.
Public methodAutoRotate(String, String)
Rotates specified PDF document automatically. Automatic rotation works via optical recognition and requires from you to set the
Public methodAutoRotateToVariant
Rotates specified PDF document automatically and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method AutoRotate(Stream, Stream) for in-memory processing of PDF files.
Public methodDispose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPageCount(Stream)
Returns the number of pages of the document.
Public methodGetPageCount(String)
Returns the number of pages of the document.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRotate(Stream, Stream, RotationAngle)
Rotates specified PDF document to specified angle.
Public methodRotate(Stream, Stream, IListDocumentRotatorPageAndAngle)
Rotates specified PDF document to specified angle.
Public methodRotate(String, String, RotationAngle)
Rotates specified PDF document to specified angle.
Public methodRotate(String, String, IListDocumentRotatorPageAndAngle)
Rotates specified PDF document to specified angle.
Public methodRotateToVariant
Rotates specified PDF document to specified angle and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method Rotate(Stream, Stream, RotationAngle) for in-memory processing of PDF files.
Public methodToString (Inherited from Object.)
Top
See Also

Reference