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.
Namespace:
C1.C1PreviewThe default value is false (i.e. reflow is allowed).
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[XmlAttributeAttribute("DisableUserReflow")] [DefaultValueAttribute(false)] public bool DisableUserReflow { get; set; } |
| Visual Basic |
|---|
<XmlAttributeAttribute("DisableUserReflow")> _ <DefaultValueAttribute(False)> _ Public Property DisableUserReflow As Boolean Get Set |
Remarks
The default value for this property is False.