Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NClipboardTextFormat Class / ToDataObject Method


In This Topic
    ToDataObject Method (NClipboardTextFormat)
    In This Topic
    Exports the specified document to the specified data object
    Syntax
    'Declaration
     
    
    Public MustOverride Sub ToDataObject( _
       ByVal document As NRichTextDocument, _
       ByVal dataObject As NDataObject _
    ) 
    'Usage
     
    
    Dim instance As NClipboardTextFormat
    Dim document As NRichTextDocument
    Dim dataObject As NDataObject
     
    instance.ToDataObject(document, dataObject)
    public abstract void ToDataObject( 
       NRichTextDocument document,
       NDataObject dataObject
    )

    Parameters

    document
    dataObject
    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