Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / INPrintLayoutElement Interface / SetSheetPrintLayout Method


In This Topic
    SetSheetPrintLayout Method
    In This Topic
    Sets the print layout of the specified print sheet
    Syntax
    'Declaration
     
    
    Sub SetSheetPrintLayout( _
       ByVal sheetIndex As System.Integer, _
       ByVal printLayout As NPrintLayout _
    ) 
    'Usage
     
    
    Dim instance As INPrintLayoutElement
    Dim sheetIndex As System.Integer
    Dim printLayout As NPrintLayout
     
    instance.SetSheetPrintLayout(sheetIndex, printLayout)
    void SetSheetPrintLayout( 
       System.int sheetIndex,
       NPrintLayout printLayout
    )

    Parameters

    sheetIndex
    printLayout
    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