Gets or sets a value indicating whether to export each page of the document into a separate file.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool PagePerFile { get; set; }
Visual Basic
Public Property PagePerFile As Boolean
	Get
	Set

See Also