Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NCopyPasteOptions Class / FilterDocument Method


In This Topic
    FilterDocument Method
    In This Topic
    Filters the document for content as per the paste option settings
    Syntax
    'Declaration
     
    
    Public Overridable Sub FilterDocument( _
       ByVal document As NRichTextDocument _
    ) 
    'Usage
     
    
    Dim instance As NCopyPasteOptions
    Dim document As NRichTextDocument
     
    instance.FilterDocument(document)
    public virtual void FilterDocument( 
       NRichTextDocument document
    )

    Parameters

    document
    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