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