|
iText 9.5.0 API
|
The class is helper which used inside PdfDocument to properly configure PDF document's info dictionary. More...
Public Member Functions |
|
| virtual bool | ShouldAddDocumentInfoToTrailer () |
| If document info dictionary should be added to the trailer. More... |
|
| virtual void | AdjustDocumentInfo (PdfDocumentInfo documentInfo) |
| Adjusts document info before it's flushing and adding to the trailer if required, see ShouldAddDocumentInfoToTrailer(). More... |
|
The class is helper which used inside PdfDocument to properly configure PDF document's info dictionary.
|
inlinevirtual |
Adjusts document info before it's flushing and adding to the trailer if required, see ShouldAddDocumentInfoToTrailer().
| documentInfo | the PdfDocumentInfo instance to adjust |
Reimplemented in iText.Pdfa.PdfADocumentInfoHelper.
|
inlinevirtual |
If document info dictionary should be added to the trailer.
true if should be added, otherwise false
Reimplemented in iText.Pdfa.PdfADocumentInfoHelper.