Click or drag to resize

ReflowProcessor Class

[Missing <summary> documentation for "T:pdftron.PDF.ReflowProcessor"]

Inheritance Hierarchy
SystemObject
  pdftron.PDFReflowProcessor

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

The ReflowProcessor type exposes the following members.

Constructors
  NameDescription
Public methodReflowProcessor
Initializes a new instance of the ReflowProcessor class
Top
Properties
  NameDescription
Public propertyStatic memberIsInitialized
Gets whether or not the ReflowProcessor has been already initialized
Top
Methods
  NameDescription
Public methodStatic memberCancelAllRequests
Cancel all Reflow requests
Public methodStatic memberCancelRequest
Cancels reflow of a specific page.
Public methodStatic memberClearCache
Clears the cache of reflowed pages.
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 methodStatic memberGetReflow
Request reflow from a page. Results are reported via the ReflowProcessorResponse event.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitialize
initialize reflow cache and job queues
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberReflowProcessorResponse
Event used to get responses from the ReflowProcessor
Top
See Also