SaveToStream_Internal(Stream,Boolean,Boolean,Boolean,Boolean,ProcessMonitor) Method
In This Topic
Syntax
'Declaration
Public Overloads Function SaveToStream_Internal( _
ByVal As Stream, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
Optional ByVal As ProcessMonitor _
) As GdPictureStatus
public GdPictureStatus SaveToStream_Internal(
Stream ,
bool ,
bool ,
bool ,
bool ,
ProcessMonitor
)
public function SaveToStream_Internal(
: Stream;
: Boolean;
: Boolean;
: Boolean;
: Boolean;
: ProcessMonitor
): GdPictureStatus;
public function SaveToStream_Internal(
: Stream,
: boolean,
: boolean,
: boolean,
: boolean,
: ProcessMonitor
) : GdPictureStatus;
public: GdPictureStatus SaveToStream_Internal(
Stream* ,
bool ,
bool ,
bool ,
bool ,
ProcessMonitor*
)
public:
GdPictureStatus SaveToStream_Internal(
Stream^ ,
bool ,
bool ,
bool ,
bool ,
ProcessMonitor^
)
Parameters
- Stream
- PackDocument
- Linearize
- AllowVersionIncrease
- checkLicense
- monitor
See Also