import type { PdfiumPageRotationP as _ironpdfengineproto_PdfiumPageRotationP, PdfiumPageRotationP__Output as _ironpdfengineproto_PdfiumPageRotationP__Output } from '../ironpdfengineproto/PdfiumPageRotationP'; export interface PdfiumPageP { 'width'?: (number | string); 'height'?: (number | string); 'printWidth'?: (number | string); 'printHeight'?: (number | string); 'pageRotation'?: (_ironpdfengineproto_PdfiumPageRotationP | null); 'pageIndex'?: (number); } export interface PdfiumPageP__Output { 'width'?: (number); 'height'?: (number); 'printWidth'?: (number); 'printHeight'?: (number); 'pageRotation'?: (_ironpdfengineproto_PdfiumPageRotationP__Output); 'pageIndex'?: (number); } //# sourceMappingURL=PdfiumPageP.d.ts.map