info property
The /Info dictionary (deprecated).
Implementation
@Deprecated('This can safely be removed.')
PdfInfo? get info => _info;
Sets the /Info dictionary (deprecated).
Implementation
@Deprecated('This can safely be removed.')
set info(PdfInfo? value) => _info = value;