UPdfRenderOptions constructor

const UPdfRenderOptions({
  1. double scale = 1,
  2. bool collectText = true,
  3. bool drawAnnotations = true,
  4. int maxOperations = 2000000,
  5. Set<int> hiddenOptionalGroups = const <int>{},
})

Implementation

const UPdfRenderOptions({
  this.scale = 1,
  this.collectText = true,
  this.drawAnnotations = true,
  this.maxOperations = 2000000,
  this.hiddenOptionalGroups = const <int>{},
});