ReplacementOptionsBoxColor Property |
Gets or sets the color for a
DrawBox option (ignored otherwise).
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 20.11
Syntaxpublic Color BoxColor { get; set; }
Public Property BoxColor As Color
Get
Set
public:
property Color BoxColor {
Color get ();
void set (Color value);
}
member BoxColor : Color with get, set
Property Value
Type:
Color
See Also