menu

Document Processing

RedactionMark Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    RedactionMark Class

    This class represents the region which is redacted (or) marked for redaction in the PDF page.

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

    Properties

    Bounds

    Gets the System.Drawing.RectangleF bounds of the region which is redacted (or) marked for redaction in the PDF page.

    Declaration
    public RectangleF Bounds { get; }
    Property Value
    Type
    System.Drawing.RectangleF

    Fill

    Gets the fill color of the region which is redacted (or) marked for redaction in the PDF page.

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

    PageIndex

    Gets the page index in which the RedactionMark is applied.

    Declaration
    public int PageIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved