FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewer Class / Paginated Property

In This Topic
    Paginated Property (FlexViewer)
    In This Topic
    Indicates whether the content should be represented as a set of fixed sized pages.
    Syntax
    'Declaration
     
    Public Property Paginated As Nullable(Of Boolean)
    public Nullable<bool> Paginated {get; set;}
    See Also