alexa
menu

Document Processing

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved