Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / Parameters Property

In This Topic
    Parameters Property (C1PdfDocumentSource)
    In This Topic
    Gets a collection of parameters used to generate content.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As ParameterCollection
    public ParameterCollection Parameters {get;}
    See Also