Class RedactionSettings
Gets and sets the redaction settings.
Inheritance
System.Object
RedactionSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class RedactionSettings
Properties
FillColor
Gets and sets the fill color of the redacted area.
Declaration
public Color FillColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color |
FontColor
Gets and sets the color of the overlay text.
Declaration
public Color FontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color |
FontFamily
Gets and sets the font family of the overlay text.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.FontFamily |
FontSize
Gets and sets the size of the overlay text.
Declaration
public float FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MarkAppearance
Gets and sets the default settings for the redaction mark appearance.
Declaration
public RedactionMarkAppearance MarkAppearance { get; set; }
Property Value
Type | Description |
---|---|
RedactionMarkAppearance |
OverlayText
Gets and sets the overlay text.
Declaration
public string OverlayText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseOverlayText
Gets and sets the value to choose whether to use the overlay text or not.
Declaration
public bool UseOverlayText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |