StitchSideBySide

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET ProPlus Edition]

 

The StitchSideBySide method stitches the contents of two pages side-by-side.

 

Syntax

[VC++]

void StitchSideBySide(long AStitchToPageNo, long AStitchFromPageNo);

 

[CS]

public abstract new void StitchSideBySide (  Int32 AStitchToPageNo ,  Int32 AStitchFromPageNo )

 

[VB]

Sub StitchSideBySide(AStitchToPageNo As Long, AStitchFromPageNo As Long)

 

 

Parameters

 

AStitchToPageNo

       Accepts page number of the loaded document that gets stitched.

 

AStitchFromPageNo

       Accepts page number from the loaded document that gets stitched  adjacent to the page number provided in the        first parameter.