info property

  1. @Deprecated('This can safely be removed.')
PdfInfo? get info

The /Info dictionary (deprecated).

Implementation

@Deprecated('This can safely be removed.')
PdfInfo? get info => _info;
  1. @Deprecated('This can safely be removed.')
set info (PdfInfo? value)

Sets the /Info dictionary (deprecated).

Implementation

@Deprecated('This can safely be removed.')
set info(PdfInfo? value) => _info = value;