FilePath Property
Gets or sets the path to the PDF file.
Syntax
'Declaration <CategoryAttribute("PDF")> <DescriptionAttribute("The path to the PDF file")> <DefaultValueAttribute("")> Public Property FilePath As String
'Usage Dim instance As PDFDocument Dim value As String instance.FilePath = value value = instance.FilePath
[Category("PDF")] [Description("The path to the PDF file")] [DefaultValue("")] public string FilePath {get; set;}
Property Value
Path to the PDF file.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also