Paginated Property (ComplexExporter)
In This Topic
Gets or sets a value indicating whether the exported document should preserve the pagination of the original document.
Syntax
'Declaration
Public Property Paginated As Boolean
public bool Paginated {get; set;}
Property Value
true if pagination should be preserved,
false otherwise.
See Also