Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / INDocumentView Interface / DefaultSaveAsFileName Property


In This Topic
    DefaultSaveAsFileName Property (INDocumentView)
    In This Topic
    Gets/Sets the default file name used in Save As dialogs. By default set to "Document1.{ext}", where "{ext}" is the file extension of the default document format for this document view. It is determined by the
    Syntax
    'Declaration
     
    
    ReadOnly Property DefaultSaveAsFileName As System.String
    'Usage
     
    
    Dim instance As INDocumentView
    Dim value As System.String
     
    value = instance.DefaultSaveAsFileName
    System.string DefaultSaveAsFileName {get;}
    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