'Declaration Public Sub SaveTo( _
ByVal streamThe stream, where document must be saved.As System.IO.Stream _
)
public void SaveTo(
System.IO.Stream stream
)
public: void SaveTo(
System.IO.Stream* stream
)
public:
void SaveTo(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream, where document must be saved.