C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / DictionaryImage Class / Clone Method

In This Topic
Clone Method (DictionaryImage)
In This Topic
Creates a copy of the current NamedCollectionItem object. Note that the Owner property is not copied to the new object.
Syntax
'Declaration
 
Public Function Clone() As NamedCollectionItem
 

Return Value

The newly created NamedCollectionItem object.
See Also