FileName Property (PdfExportOptions)
In This Topic
Gets or sets the name of an exported file in the Save file dialog.
Syntax
'Declaration
Public Property FileName As String
public string FileName {get; set;}
Property Value
A
System.String value indicating the file name for the exported PDF document.
See Also