RegionReplacementOptions
RegionReplacementOptions(Color, Size)
Initializes a new instance of RegionReplacementOptions class.
public RegionReplacementOptions(Color fillColor, Size size)
Parameter | Type | Description |
---|---|---|
fillColor | Color | Color to fill the area |
size | Size | Filled area size |
See Also
- class RegionReplacementOptions
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
RegionReplacementOptions(Color, Font, string)
Initializes a new instance of RegionReplacementOptions class which size matches given text.
public RegionReplacementOptions(Color fillColor, Font font, string expectedText)
Parameter | Type | Description |
---|---|---|
fillColor | Color | Color to fill the area |
font | Font | Expected text font |
expectedText | String | Expected text |
See Also
- class RegionReplacementOptions
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction