Spread WinForms 15
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Reader Class / Stream Property


In This Topic
Stream Property (Reader)
In This Topic
Syntax
'Declaration
 
Public Property Stream As Stream
 
'Usage
 
Dim instance As Reader
Dim value As Stream
 
instance.Stream = value
 
value = instance.Stream
See Also