You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Creation > Low-level Functions > PdfSetPageOrientation Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfSetPageOrientation Method

Sets the page orientation of the current page of a PDF.

C#
public PdfSetPageOrientation(
    int PdfID, 
    PdfPageOrientation Orientation
);
Visual Basic
Public Sub PdfSetPageOrientation(
    ByVal PdfID As Integer, 
    ByVal Orientation As PdfPageOrientation
)
Parameters
Parameters 
Description 
PdfID 
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. 
Orientation 
A member of the PdfPageOrientation enumeration.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.