Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FlowLayout.NavigationLink
Apitron.PDF.Kit.FlowLayout.NavigationCrossReference
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Represents a link to particular element in document.
Inheritance Hierarchy
Apitron.PDF.Kit.FlowLayout.NavigationLink
Apitron.PDF.Kit.FlowLayout.NavigationCrossReference
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
The CrossReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CrossReference(String) |
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.
| |
CrossReference(ContentElement) |
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.
References created using ContentElement rather than its Id won't be written to XML in case of using SaveToXml(Stream, ResourceManager). |
Properties
Name | Description | |
---|---|---|
BorderColor |
Gets or sets the color of the border.
(Inherited from Link.) | |
BorderStyle |
Gets or sets the border style.
(Inherited from Link.) | |
Content |
Gets or sets the content, an alternative description.
(Inherited from Link.) | |
Destination |
Gets the destination element, if present.
Mutually exclusive with ElementId.
| |
ElementId |
Gets the destination element id, if present.
Mutually exclusive with Destination.
|
See Also