Gets or sets a value indicating whether the exported document should preserve the pagination of the original document.

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

Syntax

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

Field Value

true if pagination should be preserved, false otherwise.

See Also