Web API Core | ComponentOne
C1.Web.Api.Document.Models Namespace / PageSettings Class / Paginated Property

In This Topic
    Paginated Property (PageSettings)
    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 Nullable(Of Boolean)
    public Nullable<bool> Paginated {get; set;}
    See Also