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# |
---|
[DefaultValueAttribute(false)] [XmlAttributeAttribute("DisableUserReflow")] public bool DisableUserReflow { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(False)> _ <XmlAttributeAttribute("DisableUserReflow")> _ Public Property DisableUserReflow As Boolean Get Set |
Remarks
The default value for this property is False.