RedactionRequest Class
Represents a collection of redaction items to be applied to a PDF document.
Inheritance
System.Object
RedactionRequest
Namespace: Syncfusion.AI.AgentTools.PDF
Assembly: Syncfusion.DocumentSDK.AI.AgentTools.dll
Syntax
public class RedactionRequest : Object
Constructors
RedactionRequest()
Declaration
public RedactionRequest()
Properties
Redactions
Gets or sets the list of redaction items to apply to the document.
Declaration
public List<RedactionItem> Redactions { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<RedactionItem> |