IPdfFilePathTPrintSettingsPdfFilePath Property |
Gets or sets the full PDF file path.
Namespace:
DotNetBrowser.Print.Settings
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax string PdfFilePath { get; set; }
Property Value
Type:
StringThe full PDF file path. Cannot be null, empty, or contain only white space.
Exceptions Exception | Condition |
---|
ArgumentException | The specified file path is null, empty, or contain only white space. |
ArgumentException | The parent directory for the PDF file does not exist and cannot be created. |
See Also