VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormDataXfdfCodec Class / PdfFilePath Property
Syntax Requirements SeeAlso
In This Topic
    PdfFilePath Property (PdfInteractiveFormDataXfdfCodec)
    In This Topic
    Gets or sets the relative or absolute path to the PDF file that is written to/read from XFDF file.
    Syntax
    'Declaration
    
    Public Property PdfFilePath As System.String
    
    
    public System.String PdfFilePath { get; set; }
    
    
    public: __property System.String get_PdfFilePath();
    public: __property void set_PdfFilePath(
    System.String value
    );
    public:
    property System.String PdfFilePath { System.String get(); void set(System.String value); }

    Property Value

    This property returns path to a PDF document, which is stored in "f" element of XFDF packet.

    Export:
    • NOT empty string value - "f" element will be added to the XFDF packet.
    • empty string value - "f" element will NOT be added to the XFDF packet.
    • null - "f" element will be calculated automatically and added to the XFDF packet.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also