IRasterizableDocument
Contents
[
Hide
]
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
- More details about applying redactions: Redaction basics
- More details about saving document as a rasterized PDF: Save in rasterized PDF
- More details about rasterization options: Select specific pages for rasterized PDF
- More details about implementing custom formats: Create custom format handler
See Also
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction