Click or drag to resize

ConversionMonitor Class

Allows for progress reporting of a conversion
Inheritance Hierarchy
SystemObject
  pdftron.PDFConversionMonitor

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class ConversionMonitor : IClosable

The ConversionMonitor type exposes the following members.

Constructors
  NameDescription
Public methodConversionMonitor
Initializes a new instance of the ConversionMonitor class
Top
Properties
  NameDescription
Public propertyFilter
Filter to which conversion output will be written to. Do not access until Ready() returns true.
Public propertyProgress
Number form 0 to 100 (inclusive) indicating the work done.
Public propertyReady
returns true if the filter is ready for reading.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNext
returns false when Filter is ready to be read from. Otherwise, keep calling Next()
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also