CrossReference Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Represents a link to particular element in document.
Inheritance Hierarchy

SystemObject
  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

public sealed class CrossReference : Link

The CrossReference type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleCrossReference(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.
Public methodCode exampleCrossReference(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).

Top
Properties

  NameDescription
Public propertyCode exampleBorderColor
Gets or sets the color of the border.
(Inherited from Link.)
Public propertyCode exampleBorderStyle
Gets or sets the border style.
(Inherited from Link.)
Public propertyContent
Gets or sets the content, an alternative description.
(Inherited from Link.)
Public propertyDestination
Gets the destination element, if present. Mutually exclusive with ElementId.
Public propertyElementId
Gets the destination element id, if present. Mutually exclusive with Destination.
Top
See Also

Reference