Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRichTextDocument Class / InitBlank Method


In This Topic
    InitBlank Method
    In This Topic
    Applies the default settings for a blank rich text document.
    Syntax
    'Declaration
     
    
    Public Sub InitBlank( _
       ByVal documentTitle As System.String, _
       ByVal documentFileName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NRichTextDocument
    Dim documentTitle As System.String
    Dim documentFileName As System.String
     
    instance.InitBlank(documentTitle, documentFileName)
    public void InitBlank( 
       System.string documentTitle,
       System.string documentFileName
    )

    Parameters

    documentTitle
    documentFileName
    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