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


In This Topic
    ToDataObject Method (NImageClipboardTextFormat)
    In This Topic
    Exports a document to a data object
    Syntax
    'Declaration
     
    
    Public Overrides Sub ToDataObject( _
       ByVal document As NRichTextDocument, _
       ByVal dataObject As NDataObject _
    ) 
    'Usage
     
    
    Dim instance As NImageClipboardTextFormat
    Dim document As NRichTextDocument
    Dim dataObject As NDataObject
     
    instance.ToDataObject(document, dataObject)
    public override 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