Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDocumentBox Class / Surface Property


In This Topic
    Surface Property (NDocumentBox)
    In This Topic
    A shortcut property to the document.Content, which attempts to get/set a document surface.
    Syntax
    'Declaration
     
    
    Public Property Surface As NDocumentBoxSurface
    'Usage
     
    
    Dim instance As NDocumentBox
    Dim value As NDocumentBoxSurface
     
    instance.Surface = value
     
    value = instance.Surface
    public NDocumentBoxSurface Surface {get; set;}
    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