Pdf |
The PdfWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfWrapper | Creates empty dictionary. | |
| PdfWrapper(PdfTypeBase) | Creates a new instance of PdfWrapper and initialize it with specified dictionary |
| Name | Description | |
|---|---|---|
| Dictionary | Gets dictionary associated with this object. | |
| IsDisposed | Gets a value indicating whether the object has been disposed of. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PdfWrapper. | |
| Dispose(Boolean) | Releases all resources used by the PdfWrapper. | |
| Equals(Object) |
Determines whether the specified annotations is equal to the current annotation.
(Overrides ObjectEquals(Object)) | |
| Equals(PdfWrapper) | Determines whether the specified annotations is equal to the current annotation. | |
| Finalize |
Finalise object
(Overrides ObjectFinalize) | |
| GetAtT | Get the element with the specified key and specified T. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) | |
| IsExists(String) | Determines whether the specified key is contained in the current dictionary. | |
| IsExists(PdfTypeDictionary, String) | Determines whether the specified key is contained in the specified dictionary. | |
| RemoveAt | Removes the element with the specified key from the Dictionary. | |
| SetAt | Set the element with the specified key to the Dictionary |
| Name | Description | |
|---|---|---|
| Equality(PdfWrapper, PdfWrapper) | Compares two PdfWrapper classes. | |
| Inequality(PdfWrapper, PdfWrapper) | Determines whether the Dictionary property of the PdfWrapper classes are pointed to the different dictionaries. |