PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / DisableUserReflow Property

In This Topic
    DisableUserReflow Property (C1PrintDocument)
    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