CrossReference Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Overload List

  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
See Also

Reference