Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Space Class / ID Property

In This Topic
    ID Property (Space)
    In This Topic
    Gets the ID of the space. Automatic IDs are negative, custom IDs are positive.
    Syntax
    'Declaration
     
    Public ReadOnly Property ID As System.Integer
    public System.int ID {get;}
    See Also