Leadtools.Pdfアセンブリ > Leadtools.Pdf名前空間 :PDFDocumentPageCollectionクラス |
public class PDFDocumentPageCollection : System.Collections.ObjectModel.ReadOnlyCollection<PDFDocumentPage>
'Declaration
Public Class PDFDocumentPageCollection Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of PDFDocumentPage)
'Usage
Dim instance As PDFDocumentPageCollection
public ref class PDFDocumentPageCollection : public System.Collections.ObjectModel.ReadOnlyCollection<PDFDocumentPage>
PDFDocumentPageCollectionが、PDFDocument.Pagesプロパティのための型として使われます。
PDFDocumentオブジェクトがPDFファイルから作成される場合、PDFDocument.Pagesは自動的に作成され、PDFファイル内で見つかる各ページについてPDFDocumentPageオブジェクトが入力されます。
PDFDocumentは、PDFファイルのリードオンリーのビューです。その結果、PDFDocumentPageCollectionはページへのリードオンリーのコレクションとして作成されます。
sサンプルのために、参照しますPDFDocumentPage。