PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ClipPage Property

In This Topic
    ClipPage Property (C1PrintDocument)
    In This Topic
    Gets or sets a value indicating whether to clip the content of the current document to page margins.

    The default value is false.

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