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

NameTypeAccessDescription
OriginalstringReadGets the original.
ModifiedstringReadGets the modified.

Methods

SignatureDescription
Id(original: string, modified: string)Calls Id on this Id instance.

See Also