PdfFileInput Class
Represents a PDF file input with an optional password.
Inheritance
System.Object
PdfFileInput
Namespace: Syncfusion.AI.AgentTools.PDF
Assembly: Syncfusion.DocumentSDK.AI.AgentTools.dll
Syntax
public class PdfFileInput : Object
Constructors
PdfFileInput()
Declaration
public PdfFileInput()
Properties
FilePath
Absolute file path of the PDF.
Declaration
public string FilePath { get; set; }
Property Value
| Type |
|---|
| System.String |
Password
Password for encrypted PDFs (null or empty if not encrypted).
Declaration
public string Password { get; set; }
Property Value
| Type |
|---|
| System.String |