portrait property
PdfPageFormat
get
portrait
Portrait orientation variant.
Implementation
PdfPageFormat get portrait =>
height >= width ? this : copyWith(width: height, height: width);
Portrait orientation variant.
PdfPageFormat get portrait =>
height >= width ? this : copyWith(width: height, height: width);