Uses the SaveOptions enumeration to specify the compression to use on the document.
Saves the Document content to a stream in the specified file format with the specified compression.
[Visual Basic]
Overloads Public Sub Save( _
ByVal stream As Stream, _
ByVal fmt As RdfFormat, _
ByVal options As SaveOptions _
)
[C#]
public void Save(
Stream stream,
RdfFormat fmt,
SaveOptions options
);
Uses the SaveOptions enumeration to specify the compression to use on the document.
[C#]
private void Form1_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load |
Document Class | Document Members | Overload List | SaveOptions | RdfFormat Enumeration
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.