Class RedactionMarkAppearance
Provides settings for redaction mark appearance.
Inheritance
System.Object
RedactionMarkAppearance
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class RedactionMarkAppearance : Object
Properties
FillColor
Gets and sets the fill color for the redaction mark appearance.
Declaration
public Color FillColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
FillOpacity
Gets and sets the opacity for the fill color of redaction mark appearance.The value ranges from 0 to 1.
Declaration
public float FillOpacity { get; set; }
Property Value
Type |
---|
System.Single |
OutlineColor
Gets and sets the outline color for the redaction mark appearance.
Declaration
public Color OutlineColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |