Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / RtfFilter Class / Paged Property

In This Topic
    Paged Property (RtfFilter)
    In This Topic
    Specifies whether the filter preserve page layout of original report or should generate continuous document.
    Syntax
    'Declaration
     
    Public Property Paged As Boolean
    public bool Paged {get; set;}
    See Also