All /Contents streams concatenated to one bytes object.
(self)
| 12804 | # return Document( self.this.document()) |
| 12805 | |
| 12806 | def read_contents(self): |
| 12807 | """All /Contents streams concatenated to one bytes object.""" |
| 12808 | return TOOLS._get_all_contents(self) |
| 12809 | |
| 12810 | def refresh(self): |
| 12811 | """Refresh page after link/annot/widget updates.""" |