@ironsoftware/ironpdf
Version:
IronPDF for Node
12 lines • 855 B
TypeScript
import type { PdfiumPageBoundsP as _ironpdfengineproto_PdfiumPageBoundsP, PdfiumPageBoundsP__Output as _ironpdfengineproto_PdfiumPageBoundsP__Output } from '../ironpdfengineproto/PdfiumPageBoundsP';
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
export interface PdfiumPageBoundsPResultP {
'result'?: (_ironpdfengineproto_PdfiumPageBoundsP | null);
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
'resultOrException'?: "result" | "exception";
}
export interface PdfiumPageBoundsPResultP__Output {
'result'?: (_ironpdfengineproto_PdfiumPageBoundsP__Output);
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
}
//# sourceMappingURL=PdfiumPageBoundsPResultP.d.ts.map