UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

12 lines (8 loc) 446 B
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto import type { PdfiumPageP as _ironpdfengineproto_PdfiumPageP, PdfiumPageP__Output as _ironpdfengineproto_PdfiumPageP__Output } from '../ironpdfengineproto/PdfiumPageP'; export interface PdfiumPageCollectionP { 'pages'?: (_ironpdfengineproto_PdfiumPageP)[]; } export interface PdfiumPageCollectionP__Output { 'pages'?: (_ironpdfengineproto_PdfiumPageP__Output)[]; }