SaveOptions
SaveOptions()
Initializes a new instance with defaults: rasterize to PDF - false, add suffix - false.
public SaveOptions()
See Also
- class SaveOptions
- namespace GroupDocs.Redaction.Options
- assembly GroupDocs.Redaction
SaveOptions(bool, string)
Initializes a new instance with given parameters.
public SaveOptions(bool rasterizeToPdf, string suffix)
Parameter | Type | Description |
---|---|---|
rasterizeToPdf | Boolean | True, if all pages in the document need to be converted to images and put in a single PDF file |
suffix | String | This text will be added to the end of file name, if not empty also sets AddSuffix to true |
See Also
- class SaveOptions
- namespace GroupDocs.Redaction.Options
- assembly GroupDocs.Redaction