Gets or sets the path and filename for printing the sheet as PDF.
public string PdfFileName {get; set;}
'Declaration
Public Property PdfFileName As String
'Usage
Dim instance As PrintInfo
Dim value As String
instance.PdfFileName = value
value = instance.PdfFileName