ImageGear Java PDF
insertBlankPage(long,double,double) Method
The page number at which the new page should be inserted. The first page is 0.
Width of the page (in 1/72 inch points) to insert.
Height of the page (in 1/72 inch points) to insert.
This method inserts a blank page into the document.
Syntax
public void insertBlankPage( 
   long pageNumber,
   double pageWidth,
   double pageHeight
)

Parameters

pageNumber
The page number at which the new page should be inserted. The first page is 0.
pageWidth
Width of the page (in 1/72 inch points) to insert.
pageHeight
Height of the page (in 1/72 inch points) to insert.
See Also

Reference

Document Class
Document Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback