Rasterize
Leave feedback
On this page
Saves the document to a stream as a PDF.
public void Rasterize(Stream output)
| Parameter | Type | Description |
|---|---|---|
| output | Stream | Target stream |
- interface IRasterizableDocument
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction
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 |
- class RasterizationOptions
- interface IRasterizableDocument
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.