ConversionMonitor Class |
Namespace: pdftron.PDF
public sealed class ConversionMonitor : IClosable
The ConversionMonitor type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConversionMonitor | Initializes a new instance of the ConversionMonitor class |
Name | Description | |
---|---|---|
![]() | Filter | Filter to which conversion output will be written to. Do not
access until Ready() returns true.
|
![]() | Progress | Number form 0 to 100 (inclusive) indicating the work done.
|
![]() | Ready | returns true if the filter is ready for reading.
|
Name | Description | |
---|---|---|
![]() | Close | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Next | returns false when Filter is ready to be read from. Otherwise, keep calling Next()
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |