IPdfDeviceFactory Interface

IPdfDeviceFactory interface

Represents a factory for creating PDF devices.

public interface IPdfDeviceFactory

Methods

NameDescription
Create(PdfRenderingOptions, ICreateStreamProvider)Creates a PDF device with the specified rendering options and stream provider.
Create(PdfRenderingOptions, Stream)Creates a PDF device with the specified rendering options and stream.
Create(PdfRenderingOptions, string)Creates a PDF device with the specified rendering options and file path.

See Also