Apitron.PDF.Kit library for .NET
Top
Overload List
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). |
See Also