PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / AllowNonReflowableDocs Property

In This Topic
    AllowNonReflowableDocs Property (SampleC1PrintDocument)
    In This Topic
    Gets or sets a value indicating whether methods can be called on the current document that would result in the document becoming non-reflowable (such as C1.C1Preview.C1PrintDocument.NewPage). If this property is false, calling such methods throws an exception. If this property is true, calling such methods sets the C1.C1Preview.C1PrintDocument.Reflowable flag to false on the current document.

    The default value is false.

    Syntax
    'Declaration
     
    Public Property AllowNonReflowableDocs As Boolean
    public bool AllowNonReflowableDocs {get; set;}
    See Also