menu
zezis_printing package
documentation
pdf/src/pdf/obj/image.dart
PdfImage
width property
width property
dark_mode
light_mode
width
property
int
get
width
Image width
Implementation
int get width => orientation.index >= 4 ? _height : _width;
zezis_printing package
documentation
pdf/src/pdf/obj/image
PdfImage
width property
PdfImage class