XpdfViewer Library
Introduction
Technical Support
Using the Library
Functions
pdfAddPrintOverlayText
pdfAddRegion
pdfClearPrintOverlayText
pdfClearSelection
pdfCloseFile
pdfCloseLibrary
pdfConvertPageToBitmap2
pdfConvertPDFToWindowCoords2
pdfConvertRegionToBitmap2
pdfConvertWindowToPDFCoords2
pdfCopySelection
pdfCreateViewer
pdfDeleteAllRegions
pdfDeleteRegion
pdfDestroyViewer
pdfEnableBeeps
pdfEnableColorManagement
pdfEnableDeviceNOverprintPreview
pdfEnableExternalHyperlinks
pdfEnableHyperlinks
pdfEnableRedraw
pdfEnableSelect
pdfEnableTouchPan
pdfEnableTouchZoom
pdfExtractTextFromPage
pdfFileIsDamaged
pdfFind
pdfFind2
pdfFindNext
pdfFinishPrintJob
pdfFreeMemory
pdfGetAnnotContent
pdfGetAnnotType
pdfGetCurrentPageNum
pdfGetCurrentSelection2
pdfGetDisplayMode
pdfGetEmbeddedFileMem
pdfGetEmbeddedFileName
pdfGetFileName
pdfGetFileNameW
pdfGetFormType2
pdfGetInfoString
pdfGetLayer
pdfGetLayerName
pdfGetLayerOrderChild
pdfGetLayerOrderIsName
pdfGetLayerOrderLayer
pdfGetLayerOrderName
pdfGetLayerOrderNumChildren
pdfGetLayerOrderRoot
pdfGetLayerPrintState
pdfGetLayerViewState
pdfGetLayerVisibility
pdfGetMidPageNum
pdfGetNumEmbeddedFiles
pdfGetNumLayers
pdfGetNumPages
pdfGetNumPrinterBins
pdfGetNumPrinterPapers
pdfGetNumPrinters
pdfGetNumRegions
pdfGetOutlineChild
pdfGetOutlineNumChildren
pdfGetOutlineStartsOpen
pdfGetOutlineTargetPage
pdfGetOutlineTitle
pdfGetPageBoxXMax
pdfGetPageBoxXMin
pdfGetPageBoxYMax
pdfGetPageBoxYMin
pdfGetPageHeight
pdfGetPageLabelFromPageNum
pdfGetPageNumFromPageLabel
pdfGetPageRotation
pdfGetPageUserUnit
pdfGetPageWidth
pdfGetPDFVersion
pdfGetPrinterBinID
pdfGetPrinterBinName
pdfGetPrinterName
pdfGetPrinterPaperID
pdfGetPrinterPaperName
pdfGetRegion
pdfGetRegionInfo
pdfGetRotate
pdfGetScrollX
pdfGetScrollY
pdfGetSelectedRegion
pdfGetSelectedText
pdfGetWindowHandle
pdfGetWindowPageRange
pdfGetZoom
pdfGetZoomPercent
pdfGoBackward
pdfGoForward
pdfGotoFirstPage
pdfGotoLastPage
pdfGotoLinkAt2
pdfGotoNamedDestination
pdfGotoNextPage
pdfGotoOutlineTarget
pdfGotoPage
pdfGotoPreviousPage
pdfHasPageLabels
pdfInitLibrary
pdfLibraryVersion
pdfLoadFile
pdfLoadFileW
pdfLoadFileWithPassword
pdfLoadFileWithPasswordW
pdfLoadHighlightFile2
pdfLoadMem
pdfLoadMemWithPassword
pdfLoadStream
pdfLoadStreamWithPassword
pdfMakeRegionVisible
pdfOkToExtractText
pdfOkToPrint
pdfOnAnnot
pdfOnLink2
pdfPrint
pdfPrint3
pdfPrintFile
pdfPrintToJob
pdfSaveAs
pdfSaveEmbeddedFile
pdfSaveEmbeddedFileW
pdfScrollBy
pdfScrollPageDown
pdfScrollPageUp
pdfScrollTo
pdfSetBlockSelectMode
pdfSetConfig
pdfSetCurrentSelection2
pdfSetDiscardDiagonalText
pdfSetDisplayMode
pdfSetErrorCbk
pdfSetKeyDownCbk
pdfSetKeyPressCbk
pdfSetKeyUpCbk
pdfSetLayerVisibility
pdfSetLinearSelectMode
pdfSetLinkClickCbk
pdfSetMatteColor
pdfSetMidPageChangeCbk
pdfSetMouseCursor
pdfSetMouseDoubleClickCbk
pdfSetMouseDoubleClickWinCbk
pdfSetMouseDownCbk
pdfSetMouseDownWinCbk
pdfSetMouseLinkCursor
pdfSetMouseMoveCbk
pdfSetMouseMoveWinCbk
pdfSetMouseUpCbk
pdfSetMouseUpWinCbk
pdfSetMouseWheelCbk
pdfSetPageChangeCbk
pdfSetPhysicalLayoutTextMode
pdfSetPrintBin
pdfSetPrintDPI
pdfSetPrintEmulatedMultiCopy
pdfSetPrintForceGDI
pdfSetPrintForceImage
pdfSetPrintForceMono
pdfSetPrintGDIOverlayCbk
pdfSetPrintPaper
pdfSetPrintRawSpoolFile
pdfSetPrintStatusCbk
pdfSetRedrawCbk
pdfSetRegionChangedCbk
pdfSetRegionDoubleClickCbk
pdfSetRegionLabel
pdfSetRegionResizable
pdfSetRegionSelectedCbk
pdfSetReverseVideo
pdfSetRotate
pdfSetSelectDoneCbk
pdfSetSelectedRegion
pdfSetSelectionColor
pdfSetShrinkToPrintable
pdfSetTableLayoutTextMode
pdfSetTextEncoding
pdfSetTouchZoomCbk
pdfSetZoom
pdfShowPasswordDialog
pdfShowScrollbars
pdfStartPrintJob
pdfZoomCentered
pdfZoomToCurrentWidth
pdfZoomToRect2
Error Codes
Configuration Settings
Change History
pdfGotoPage
Move to a specific page.
void pdfGotoPage(PDFViewerHandle viewer, int pageNum)
This function changes the display to a specific page number.
C:
pdfGotoPage(viewer, 10);
pdfGotoFirstPage
pdfGotoLastPage
pdfGotoNextPage
pdfGotoPreviousPage