IRasterizableDocument

IRasterizableDocument interface

Defines methods that are required for saving document in any binary form. Built-in types save a document as a PDF with images of its pages.

public interface IRasterizableDocument

Methods

Name Description
Rasterize(Stream) Saves the document to a stream as a PDF.
Rasterize(Stream, RasterizationOptions) Saves the document to a stream as a PDF with page range and compliance options.

Remarks

Learn more

See Also