public class FingerPrint extends Object
| Constructor and Description |
|---|
FingerPrint()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableFingerPrint()
This method is used to disable iText fingerprint.
|
Collection<com.itextpdf.commons.actions.data.ProductData> |
getProducts()
Returns the registered products.
|
boolean |
isFingerPrintEnabled()
This method is used to check iText fingerprint state.
|
boolean |
registerProduct(com.itextpdf.commons.actions.data.ProductData productData)
Registers a product to be added to the fingerprint or other debugging info.
|
public FingerPrint()
public void disableFingerPrint()
public boolean isFingerPrintEnabled()
public boolean registerProduct(com.itextpdf.commons.actions.data.ProductData productData)
productData - ProductData to be addedpublic Collection<com.itextpdf.commons.actions.data.ProductData> getProducts()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.