menu

Document Processing

RedactionSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    RedactionSettings Class

    Gets and sets the redaction settings.

    Inheritance
    System.Object
    RedactionSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class RedactionSettings : Object

    Properties

    FillColor

    Gets and sets the fill color of the redacted area.

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    FontColor

    Gets and sets the color of the overlay text.

    Declaration
    public Color FontColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    FontFamily

    Gets and sets the font family of the overlay text.

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type
    System.Windows.Media.FontFamily

    FontSize

    Gets and sets the size of the overlay text.

    Declaration
    public float FontSize { get; set; }
    Property Value
    Type
    System.Single

    MarkAppearance

    Gets and sets the default settings for the redaction mark appearance.

    Declaration
    public RedactionMarkAppearance MarkAppearance { get; set; }
    Property Value
    Type
    RedactionMarkAppearance

    OverlayText

    Gets and sets the overlay text.

    Declaration
    public string OverlayText { get; set; }
    Property Value
    Type
    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
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved