GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF Class / SaveToStream_Internal Method / SaveToStream_Internal(Stream,Boolean,Boolean,Boolean,Boolean,ProcessMonitor) Method





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

Parameters

Stream
PackDocument
Linearize
AllowVersionIncrease
checkLicense
monitor
See Also