Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Initializes a new instance of the CrossReference class. A link to the content area generated by processing the target element will be generated,
so user will be able to navigate there if his PDF reader app supports links.
Namespace: Apitron.PDF.Kit.FlowLayout.Navigation
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Parameters
- elementId
- Type: SystemString
The element id.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If elementId is null or empty. |
Remarks
Examples
C#
CrossReference reference = new CrossReference("ReportID")
See Also