PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintManager Class / PrintOptions Property

In This Topic
    PrintOptions Property
    In This Topic
    Gets or sets the C1PrintOptions object specifying the printing options.
    Syntax
    'Declaration
     
    Public Property PrintOptions As C1PrintOptions
    public C1PrintOptions PrintOptions {get; set;}
    See Also