Return a modifiable information dictionary object (see PDF reference section 10.2.1 'Document Information Dictionary').
(self)
| 2668 | self._file = None |
| 2669 | |
| 2670 | def infodict(self): |
| 2671 | """ |
| 2672 | Return a modifiable information dictionary object |
| 2673 | (see PDF reference section 10.2.1 'Document Information |
| 2674 | Dictionary'). |
| 2675 | """ |
| 2676 | return self._ensure_file().infoDict |
| 2677 | |
| 2678 | def savefig(self, figure=None, **kwargs): |
| 2679 | """ |
no test coverage detected