PagePerFile Property (HtmlExporter)
In This Topic
Gets or sets a value indicating whether to export each page of the document into a separate file.
Syntax
'Declaration
Public Property PagePerFile As Boolean
public bool PagePerFile {get; set;}
See Also