appearance method

PdfGraphics appearance(
  1. PdfDocument pdfDocument,
  2. PdfAnnotAppearance type,
  3. {String? name,
  4. Matrix4? matrix,
  5. PdfRect? boundingBox,
  6. bool selected = false}
)
inherited