'Declaration
Public Overloads Function Merge2Documents( _ ByVal SrcDoc1 As String, _ ByVal SrcDoc2 As String, _ ByVal DstDoc As String _ ) As GdPictureStatus
public GdPictureStatus Merge2Documents( string SrcDoc1, string SrcDoc2, string DstDoc )
public function Merge2Documents( SrcDoc1: String; SrcDoc2: String; DstDoc: String ): GdPictureStatus;
public function Merge2Documents( SrcDoc1 : String, SrcDoc2 : String, DstDoc : String ) : GdPictureStatus;
public: GdPictureStatus Merge2Documents( string* SrcDoc1, string* SrcDoc2, string* DstDoc )
public: GdPictureStatus Merge2Documents( String^ SrcDoc1, String^ SrcDoc2, String^ DstDoc )
Parameters
- SrcDoc1
- The file path of the first PDF document to merge.
- SrcDoc2
- The file path of the second PDF document to merge.
- DstDoc
- The file path of the destination PDF document.
Please ensure that the destination file path differs from both source file paths.
Return Value
We strongly recommend always checking this status first.