DisableUserReflow Property (SampleC1PrintDocument)
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
public bool DisableUserReflow {get; set;}
See Also