C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / DocumentStreamEventArgs Class / DocumentStreamEventArgs Constructor
The allowed file types


In This Topic
DocumentStreamEventArgs Constructor
In This Topic
Initializes a new instance of the DocumentStreamEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal allowedTypes() As String _
)
 
'Usage
 
Dim allowedTypes() As String
 
Dim instance As New DocumentStreamEventArgs(allowedTypes)

Parameters

allowedTypes
The allowed file types
See Also