Class FingerPrint
Data container for debugging information.
public class FingerPrint
- Inheritance
-
FingerPrint
- Inherited Members
Remarks
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. This information can then be used to log to the logger or to the file.
Constructors
FingerPrint()
Default constructor.
public FingerPrint()
Remarks
Default constructor. Initializes the productDataSet.
Methods
GetProducts()
Returns the registered products.
public virtual ICollection<ProductData> GetProducts()
Returns
- ICollection<ProductData>
registered products.
RegisterProduct(ProductData)
Registers a product to be added to the fingerprint or other debugging info.
public virtual bool RegisterProduct(ProductData productData)
Parameters
productData
ProductDataProductData to be added
Returns
- bool
true if the fingerprint did not already contain the specified element