Rasterize
Rasterize(Stream)
Saves the document to a stream as a PDF.
public void Rasterize(Stream output)
| Parameter | Type | Description |
|---|---|---|
| output | Stream | Target stream |
See Also
- interface IRasterizableDocument
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction
Rasterize(Stream, RasterizationOptions)
Saves the document to a stream as a PDF with page range and compliance options.
public void Rasterize(Stream output, RasterizationOptions options)
| Parameter | Type | Description |
|---|---|---|
| output | Stream | Target stream |
| options | RasterizationOptions | PDF conversion options |
See Also
- class RasterizationOptions
- interface IRasterizableDocument
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction