PdfDocument.GetPage(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從可攜式檔案格式取得頁面, (PDF) 檔。
public:
virtual PdfPage ^ GetPage(unsigned int pageIndex) = GetPage;
PdfPage GetPage(uint32_t const& pageIndex);
public PdfPage GetPage(uint pageIndex);
function getPage(pageIndex)
Public Function GetPage (pageIndex As UInteger) As PdfPage
參數
- pageIndex
-
UInt32
unsigned int
uint32_t
可攜式檔案格式 (PDF) 頁面相對於其父檔的位置。
傳回
可攜式檔案格式 (PDF) 頁面。
備註
可攜式檔案格式 (PDF) 檔的第一頁是 0 (零) 。