AdvancedRasterizationOptions
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum AdvancedRasterizationOptions extends Enum<AdvancedRasterizationOptions>
An enumeration to manage the advanced rasterization options to be applied.
| Field | Description |
|---|---|
| Tilt | Tilt to incline the rasterized image to a random angle. |
| Noise | Add random spots to rasterized page images. |
| Border | Add border line to imitate page scan effect. |
| Grayscale | Make page images grayscale to imitate grayscale scan. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final AdvancedRasterizationOptions Tilt
Tilt to incline the rasterized image to a random angle.
public static final AdvancedRasterizationOptions Noise
Add random spots to rasterized page images.
public static final AdvancedRasterizationOptions Border
Add border line to imitate page scan effect.
public static final AdvancedRasterizationOptions Grayscale
Make page images grayscale to imitate grayscale scan.
public static AdvancedRasterizationOptions[] values()
Returns: com.groupdocs.redaction.options.AdvancedRasterizationOptions[]
public static AdvancedRasterizationOptions valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: AdvancedRasterizationOptions
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.