// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP'; import type { PdfiumPageRotationP as _ironpdfengineproto_PdfiumPageRotationP, PdfiumPageRotationP__Output as _ironpdfengineproto_PdfiumPageRotationP__Output } from '../ironpdfengineproto/PdfiumPageRotationP'; export interface PdfiumSetPagesRotationRequestP { 'document'?: (_ironpdfengineproto_PdfDocumentP | null); 'pageIndexes'?: (number)[]; 'pageRotation'?: (_ironpdfengineproto_PdfiumPageRotationP | null); } export interface PdfiumSetPagesRotationRequestP__Output { 'document'?: (_ironpdfengineproto_PdfDocumentP__Output); 'pageIndexes'?: (number)[]; 'pageRotation'?: (_ironpdfengineproto_PdfiumPageRotationP__Output); }