Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Layer Class / CreateSpace Method / CreateSpace(Int32) Method
A custom space ID. It must be positive and unique within the View.

In This Topic
    CreateSpace(Int32) Method
    In This Topic
    Creates a Space object that represents an invisible helper rectangle for easy layout of other elements.
    Syntax
    'Declaration
     
    Public Overloads Function CreateSpace( _
       ByVal id As System.Integer _
    ) As Space
    public Space CreateSpace( 
       System.int id
    )

    Parameters

    id
    A custom space ID. It must be positive and unique within the View.
    See Also