PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DictionaryImage Class / DictionaryImage Constructor / DictionaryImage Constructor(String,Image)
The name of the current item.
The image to store in the current item.

In This Topic
    DictionaryImage Constructor(String,Image)
    In This Topic
    Initializes a new instance of the DictionaryImage class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal image As Image _
    )
    public DictionaryImage( 
       string name,
       Image image
    )

    Parameters

    name
    The name of the current item.
    image
    The image to store in the current item.
    See Also