PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / Name Property

In This Topic
    Name Property (RenderObject)
    In This Topic
    Gets or sets the name of the current object. The name can be an empty string. If it is not empty, the name must be unique among the current object's siblings (i.e. objects with the same IOwnedCollectionItem.Owner).
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also