Click or drag to resize

IPdfFilePathTPrintSettingsPdfFilePath Property

Gets or sets the full PDF file path.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
string PdfFilePath { get; set; }

Property Value

Type: String
The full PDF file path. Cannot be null, empty, or contain only white space.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified file path is null, empty, or contain only white space.
ArgumentExceptionThe parent directory for the PDF file does not exist and cannot be created.
See Also