Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintLayoutTilingGridSet Class / NPrintLayoutTilingGridSet Constructor


In This Topic
    NPrintLayoutTilingGridSet Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal printLayoutElement As INPrintLayoutElement, _
       ByVal sheetRange As NRangeI _
    )
    'Usage
     
    
    Dim printLayoutElement As INPrintLayoutElement
    Dim sheetRange As NRangeI
     
    Dim instance As New NPrintLayoutTilingGridSet(printLayoutElement, sheetRange)
    public NPrintLayoutTilingGridSet( 
       INPrintLayoutElement printLayoutElement,
       NRangeI sheetRange
    )

    Parameters

    printLayoutElement
    sheetRange
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also