PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / Reflowable Property

In This Topic
    Reflowable Property (C1PreviewPane)
    In This Topic
    Gets the value indicating whether the currently loaded document supports reflow.
    Syntax
    'Declaration
     
    Public ReadOnly Property Reflowable As Boolean
    public bool Reflowable {get;}

    Property Value

    True if the document can reflow, false otherwise.
    See Also