Nevron .NET Vision
Nevron.GraphicsCore Namespace / NSwfImage Class / KeepStreamOpened Property


In This Topic
    KeepStreamOpened Property
    In This Topic
    Determines whether to keep the stream opened even after the data is written to it.
    Syntax
    'Declaration
     
    
    Public Property KeepStreamOpened As System.Boolean
    'Usage
     
    
    Dim instance As NSwfImage
    Dim value As System.Boolean
     
    instance.KeepStreamOpened = value
     
    value = instance.KeepStreamOpened
    public System.bool KeepStreamOpened {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also