| AnnotationId Property |
The annotation identifier
A text string uniquely identifying it among all the annotations on its page.
When creating annotations using the SDK, a unique ID is set automatically.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.AnnotationsAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.6+c8104d9b5f50644b2c93d424e62edbf40828fde7
Syntax public string Id { get; }
Property Value
StringExceptions Exception | Condition |
---|
InvalidOperationException | if the object has already been closed |
See Also