FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class / Paginated Property

In This Topic
    Paginated Property (C1PdfDocumentSource)
    In This Topic
    Gets or sets a value indicating whether the content should be represented as set of fixed sized pages.
    Syntax
    'Declaration
     
    Public Property Paginated As Boolean
    public bool Paginated {get; set;}
    See Also