DocumentRotator Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents PDF document rotator.
Inheritance Hierarchy
Bytescout.PDFExtractorDocumentRotator
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.0.1.4281-master
Syntax
The DocumentRotator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentRotator | Initializes a new instance of the DocumentRotator class. |
![]() | DocumentRotator(String, String) | Initializes a new instance of the DocumentRotator class. |
Properties
Name | Description | |
---|---|---|
![]() | CheckPermissions | Defines whether respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited. |
![]() | LicenseInfo | Gets license information. |
![]() | RegistrationKey | Registration key. |
![]() | RegistrationName | Registration name. |
![]() | Version | Gets the component version number. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetPageCount(Stream) | Returns document page count. |
![]() | GetPageCount(String) | Returns document page count. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Rotate(Stream, Stream, RotationAngle) | Rotates specified PDF document to specified angle. |
![]() | Rotate(Stream, Stream, IListDocumentRotatorPageAndAngle) | Rotates specified PDF document to specified angle. |
![]() | Rotate(String, String, RotationAngle) | Rotates specified PDF document to specified angle. |
![]() | Rotate(String, String, IListDocumentRotatorPageAndAngle) | Rotates specified PDF document to specified angle. |
![]() | RotateToVariant | 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. |
![]() | ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() | PasswordRequired | Occurs when the password required to decrypt the document. |
See Also