API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdLink Class
OdLink Class
OdPdfPublish__OdLinkOdPdfPublish__OdLinkOdPdfPublish__OdLink
Syntax
C++
class OdLink : public OdObject;

PdfPublishLink.h

This class implements a link control contained in a .pdf document created with Publish SDK.

 
Name 
Description 
 
Destroys the link control. 
 
Name 
Description 
 
Returns the link control border color. The method fills a passed ODCOLORREF value and returns it to a calling subroutine.
 
 
Returns the current border width of the link control. The method fills a passed value and returns it to a calling subroutine.
 
 
Returns the current link highlighting mode. The method fills a passed value with the current highlighting mode and returns it to a calling subroutine.
 
 
Returns the current JavaScript scenario for the link control. The method fills a passed string object with the JavaScript scenario source code and returns it to a calling subroutine.
 
 
Sets the link control border color.
 
 
Sets the border width of the link control. Border width is measured in points.
 
 
Sets the link highlighting mode.
 
 
Sets a JavaScript scenario for the link control.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.