Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENPastePositionMode Enumeration


In This Topic
    ENPastePositionMode Enumeration
    In This Topic
    Defines the way in which pasted content is positioned inside drawing documents
    Syntax
    'Declaration
     
    
    Public Enum ENPastePositionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPastePositionMode
    public enum ENPastePositionMode : System.Enum 
    Members
    MemberDescription
    CenterInDocumentPasted content is always positioned in the center of the drawing
    OffsetFromViewportOriginPasted content is offset from the current viewport origin.
    OffsetInSameDocumentPasted content is offset only when pasting in the same drawing, if the data came from another document it is centred
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENPastePositionMode

    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