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


In This Topic
    SetBlockMargins Method (NModifyBlockOffsetBatch)
    In This Topic
    Sets the margins to the specified block.
    Syntax
    'Declaration
     
    
    Protected MustOverride Sub SetBlockMargins( _
       ByVal block As NBlock, _
       ByVal margins As NMargins _
    ) 
    'Usage
     
    
    Dim instance As NModifyBlockOffsetBatch
    Dim block As NBlock
    Dim margins As NMargins
     
    instance.SetBlockMargins(block, margins)
    protected abstract 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