Save(Stream,Boolean) Method
In This Topic
Saves the current PDF document to a System.IO.Stream.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As Stream, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As FlexViewer
Dim stream As Stream
Dim incrementalUpdate As Boolean
instance.Save(stream, incrementalUpdate)
public void Save(
Stream ,
bool
)
Parameters
- stream
- The System.IO.Stream object to use for saving the document.
- incrementalUpdate
- Indicates whether document should be saved using incremental updates.
See Also