DocumentDevice Class |
Namespace: Aspose.Pdf.Devices
The DocumentDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentDevice | Initializes a new instance of the DocumentDevice class |
Name | Description | |
---|---|---|
![]() | Document |
Document which is processed by this device instance.
(Inherited from Device.) |
Name | Description | |
---|---|---|
![]() | BinarizeBradley |
Do Bradley binarization for input stream.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Process(Document, Stream) |
Processes the whole document and saves results into stream.
|
![]() | Process(Document, String) |
Processes the whole document and saves results into file.
|
![]() | Process(Document, Int32, Int32, Stream) |
Each device represents some operation on the document, e.g. we can convert pdf document into another format.
|
![]() | Process(Document, Int32, Int32, String) |
Processes certain pages of the document and saves results into file.
|
![]() | ToString | (Inherited from Object.) |