C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / DisableUserReflow Property

In This Topic
DisableUserReflow Property
In This Topic
Gets or sets a value indicating whether the end user should be prevented from reflowing the document with different page settings. This property is only a hint to the document viewer.

The default value is false (i.e. reflow is allowed).

Syntax
'Declaration
 
Public Property DisableUserReflow As Boolean
 
See Also