|
iText 9.4.0 API
|
Data container for debugging information. More...
Public Member Functions |
|
| FingerPrint () | |
| Default constructor. More... |
|
| virtual void | DisableFingerPrint () |
| This method is used to disable iText fingerprint. More... |
|
| virtual bool | IsFingerPrintEnabled () |
| This method is used to check iText fingerprint state. More... |
|
| virtual bool | RegisterProduct (ProductData productData) |
| Registers a product to be added to the fingerprint or other debugging info. More... |
|
| virtual ICollection< ProductData > | GetProducts () |
| Returns the registered products. More... |
|
Data container for debugging information.
Data container for debugging information. This class keeps a record of every registered product that was involved in the creation of a certain PDF file.
|
inline |
Default constructor.
Default constructor. Initializes the productDataSet.
|
inlinevirtual |
|
inlinevirtual |
Returns the registered products.
|
inlinevirtual |
This method is used to check iText fingerprint state.
|
inlinevirtual |
Registers a product to be added to the fingerprint or other debugging info.
| productData | ProductData to be added |