You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Creation > Low-level Functions > PdfNewPage > PdfNewPage Method (Integer, Single, Single)
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfNewPage Method (Integer, Single, Single)

Begin a new page of specific dimensions on a PDF.

C#
public int PdfNewPage(
    int PdfID, 
    Single Width, 
    Single Height
);
Visual Basic
Public Function PdfNewPage(
    ByVal PdfID As Integer, 
    ByVal Width As Single, 
    ByVal Height As Single
) As Integer
Parameters
Parameters 
Description 
PdfID 
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. 
Width 
Width in current unit defined by the PdfSetMeasurementUnit() function.  
Height 
Height in current unit defined by the PdfSetMeasurementUnit() function.  
Returns

The new page number.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.