alexa
menu

Document Processing

    Show / Hide Table of Contents

    RedactionItem Class

    Represents a single redaction area to be applied to a PDF page.

    Inheritance
    System.Object
    RedactionItem
    Namespace: Syncfusion.AI.AgentTools.PDF
    Assembly: Syncfusion.DocumentSDK.AI.AgentTools.dll
    Syntax
    public class RedactionItem : Object

    Constructors

    RedactionItem()

    Declaration
    public RedactionItem()

    Properties

    Bounds

    Gets or sets the rectangular bounds of the redaction area (X, Y, Width, Height).

    Declaration
    public RectangleData Bounds { get; set; }
    Property Value
    Type
    RectangleData

    Color

    Gets or sets the optional fill color for the redacted area. If null, defaults to black.

    Declaration
    public ColorData Color { get; set; }
    Property Value
    Type
    ColorData

    PageIndex

    Gets or sets the zero-based page index where the redaction will be applied.

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