@ironsoftware/ironpdf
Version:
IronPDF for Node
22 lines (18 loc) • 787 B
text/typescript
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto
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);
}