Nevron Open Vision Documentation
Nevron.Nov.Text.Commands Namespace / NModifyBlockPaddingCommandAction Class / GetBlockMargins Method


In This Topic
    GetBlockMargins Method (NModifyBlockPaddingCommandAction)
    In This Topic
    Gets the given block's margins edited by this command action.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetBlockMargins( _
       ByVal block As NBlock _
    ) As NMargins
    'Usage
     
    
    Dim instance As NModifyBlockPaddingCommandAction
    Dim block As NBlock
    Dim value As NMargins
     
    value = instance.GetBlockMargins(block)
    protected override NMargins GetBlockMargins( 
       NBlock block
    )

    Parameters

    block
    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