PdfAttributes constructor

PdfAttributes({
  1. String author = "Created with Scanbot SDK",
  2. String creator = "",
  3. String title = "",
  4. String subject = "",
  5. String keywords = "",
})

Implementation

PdfAttributes({
  this.author = "Created with Scanbot SDK",
  this.creator = "",
  this.title = "",
  this.subject = "",
  this.keywords = "",
});