Id
Overview
Id is a class in Aspose.PDF FOSS for .NET.
Pair of byte strings that make up the /ID array in the PDF trailer.
This class provides 1 method for working with Id objects in .NET programs.
Available methods include: Id.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Modified, Original.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Original | string | Read | Gets the original. |
Modified | string | Read | Gets the modified. |
Methods
| Signature | Description |
|---|---|
Id(original: string, modified: string) | Calls Id on this Id instance. |