CrossReference Constructor (String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

public CrossReference(
	string elementId
)

Parameters

elementId
Type: SystemString
The element id.
Exceptions

ExceptionCondition
ArgumentExceptionIf elementId is null or empty.
Remarks

Examples

C#
CrossReference reference = new CrossReference("ReportID")
See Also

Reference