1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction.Integration
  6. /
  7. IRasterizableDocument

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