Table of Contents

Property PdfFilePath

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

PdfFilePath

Gets or sets the full PDF file path.

string PdfFilePath { get; set; }

Property Value

string

The full PDF file path. Cannot be null, empty, or contain only white space.

Exceptions

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.