RegionReplacementOptions Constructor (Color, Font, String) |
Initializes a new instance of RegionReplacementOptions class which size matches given text.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.7
Syntaxpublic RegionReplacementOptions(
Color fillColor,
Font font,
string expectedText
)
Public Sub New (
fillColor As Color,
font As Font,
expectedText As String
)
public:
RegionReplacementOptions(
Color fillColor,
Font^ font,
String^ expectedText
)
new :
fillColor : Color *
font : Font *
expectedText : string -> RegionReplacementOptions
Parameters
- fillColor
- Type: System.DrawingColor
Color to fill the area - font
- Type: System.DrawingFont
Expected text font - expectedText
- Type: SystemString
Expected text
See Also