A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFAnnotation
CPDFLinkAnnotation Class
CPDFLinkAnnotation Methods
GetDestination Method
GetLinkAction Method
ReleaseAnnot Method
SetDestination Method
SetLinkAction Method
CPDFLinkAnnotation
SetDestination Method
Sets link information of document, more:
CPDFDestination
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
Copy
public
bool
SetDestination
(
CPDFDocument
document
,
CPDFDestination
dest
)
Parameters
document
Type:
ComPDFKit.PDFDocument
CPDFDocument
This class is about CPDFDocument, one CPDFDocument class for one document.
dest
Type:
ComPDFKit.PDFDocument
CPDFDestination
Returns detailed imformation of destination page
Return Value
Type:
Boolean
Returns true on success, false on failure
See Also
Reference
CPDFLinkAnnotation Class
ComPDFKit.PDFAnnotation Namespace