PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / CenterPage Property

In This Topic
    CenterPage Property (C1PrintOptions)
    In This Topic
    Gets or sets a value indicating whether the page should be centered on paper during printing.

    The default value is true.

    Syntax
    'Declaration
     
    Public Property CenterPage As Boolean
    public bool CenterPage {get; set;}
    See Also