Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NModifyBlockMarginBatch Class / SetBlockMargins Method


In This Topic
    SetBlockMargins Method (NModifyBlockMarginBatch)
    In This Topic
    Sets the margins to the specified block
    Syntax
    'Declaration
     
    
    Protected Overrides Sub SetBlockMargins( _
       ByVal block As NBlock, _
       ByVal margins As NMargins _
    ) 
    'Usage
     
    
    Dim instance As NModifyBlockMarginBatch
    Dim block As NBlock
    Dim margins As NMargins
     
    instance.SetBlockMargins(block, margins)
    protected override void SetBlockMargins( 
       NBlock block,
       NMargins margins
    )

    Parameters

    block
    margins
    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