FileName Property (HtmlFilter)
In This Topic
Gets or sets the name of the output file. The file will be created in the folder specified by the
StorageFolder property.
Syntax
'Declaration
Public Property FileName As String
public string FileName {get; set;}
See Also