C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / DocumentStreamEventArgs Class / AllowedTypes Property


In This Topic
AllowedTypes Property
In This Topic
Gets the allowed document file types.
Syntax
'Declaration
 
Public ReadOnly Property AllowedTypes As String()
 
'Usage
 
Dim instance As DocumentStreamEventArgs
Dim value() As String
 
value = instance.AllowedTypes
See Also