'Declaration
Public Overloads Function Merge2Documents( _ ByVal SrcDoc1 As Stream, _ ByVal SrcDoc2 As Stream, _ ByVal DstDoc As Stream _ ) As GdPictureStatus
public GdPictureStatus Merge2Documents( Stream SrcDoc1, Stream SrcDoc2, Stream DstDoc )
public function Merge2Documents( SrcDoc1: Stream; SrcDoc2: Stream; DstDoc: Stream ): GdPictureStatus;
public function Merge2Documents( SrcDoc1 : Stream, SrcDoc2 : Stream, DstDoc : Stream ) : GdPictureStatus;
public: GdPictureStatus Merge2Documents( Stream* SrcDoc1, Stream* SrcDoc2, Stream* DstDoc )
public: GdPictureStatus Merge2Documents( Stream^ SrcDoc1, Stream^ SrcDoc2, Stream^ DstDoc )
Parameters
- SrcDoc1
- The stream object handling data of the first PDF document to merge. It must be initialized before it can be sent into this method and it should remain open for subsequent use.
- SrcDoc2
- The stream object handling data of the second PDF document to merge. It must be initialized before it can be sent into this method and it should remain open for subsequent use.
- DstDoc
- The destination stream. This Stream object must be initialized before it can be sent into this method and it should remain open for subsequent use. Further the destination stream should be open for writing.
Please ensure that the destination stream file path differs from both source streams (file paths).
Return Value
We strongly recommend always checking this status first.