Processor Class

Wordize.Processor class. Processor class for performing different document processing actions.

Processor class

Processor class for performing different document processing actions.

public class Processor

Methods

NameDescription
Execute()Execute the processor action.
Execute(CancellationToken)Execute the processor action allowing canceling document processing task using specified cancellation token.
From(Stream)Specifies input document for processing.
From(string)Specifies input document for processing.
From(Stream, LoadOptions)Specifies input document for processing.
From(string, LoadOptions)Specifies input document for processing.
To(string)Specifies output file for the processor.
To(List<Stream>, SaveFormat)Specifies output Document streams list.
To(List<Stream>, SaveOptions)Specifies output Document streams list.
To(Stream, SaveFormat)Specifies output stream for the processor.
To(Stream, SaveOptions)Specifies output stream for the processor.
To(string, SaveFormat)Specifies output file for the processor.
To(string, SaveOptions)Specifies output file for the processor.

See Also