PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / PrintingLayout Property

In This Topic
    PrintingLayout Property (C1PreviewPane)
    In This Topic
    Gets or sets a value indicating whether to show the physical printing layout (printer page size and the location of the document pages' on the paper).
    Syntax
    'Declaration
     
    Public Property PrintingLayout As Boolean
    public bool PrintingLayout {get; set;}
    See Also