Stitch

Top  Previous  Next

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

 

The Stitch method overlaps the contents of two pages.

 

Syntax

[VC++]

void Stitch(long AStitchToPageNo, long AStitchFromPageNo);

 

[CS]

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

 

[VB]

Sub ActivateHyperLinks()

 

 

Parameters

 

AStitchToPageNo

       Accepts page number of the loaded document that gets stitched.

 

AStitchFromPageNo

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