Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PrintOptions Class / PageSettings Property

In This Topic
    PageSettings Property (C1PrintOptions)
    In This Topic
    Gets or sets the C1PageSettings object defining the page settings, size, landscape etc, can be null in this case the C1DocumentSource.PageSettings will be used. This property does not force C1DocumentSource to repaginate, it affects only the printer's paper size, the document's pages will be scaled to fit.
    Syntax
    'Declaration
     
    Public Property PageSettings As C1PageSettings
    public C1PageSettings PageSettings {get; set;}
    See Also