Class RedactionMarkAppearance
Provides settings for redaction mark appearance.
Inheritance
System.Object
RedactionMarkAppearance
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class RedactionMarkAppearance
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 |