InsertBlankPageAt

Top  Previous  Next

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

 

Inserts blank page to the loaded PDF file.

 

 

Syntax

[VC++]

void InsertBlankPageAt(long PageNumber, double PageWidth, double PageHeight);

 

[CS]

public abstract new void InsertBlankPageAt (  Int32 PageNumber ,  Double PageWidth ,  Double PageHeight )

 

[VB]

Sub InsertBlankPageAt(PageNumber As Long, PageWidth As Double, PageHeight As Double)

 

 

Parameters

 

  PageNumber

       Position from where the blank page needs to be inserted.

 

PageWidth

       Page Width

 

  Page Height        

       Page Width

 

See Tutorial-Inserting Blank Pages