PdfImageInfo constructor
const
PdfImageInfo({
- required int pageIndex,
- required PdfIndirectRef pageRef,
- required PdfIndirectRef imageRef,
- required int? width,
- required int? height,
- required int? bitsPerComponent,
- required String? colorSpace,
- required String? filter,
Implementation
const PdfImageInfo({
required this.pageIndex,
required this.pageRef,
required this.imageRef,
required this.width,
required this.height,
required this.bitsPerComponent,
required this.colorSpace,
required this.filter,
});