FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPrintParameters Class / PrintFactory Property

In This Topic
    PrintFactory Property (GridPrintParameters)
    In This Topic
    Gets or sets the print factory to create necessary components for printing process.
    Syntax
    'Declaration
     
    Public Property PrintFactory As IGridPrintFactory
    public IGridPrintFactory PrintFactory {get; set;}
    See Also