Click or drag to resize

CPDFLinkAnnotationSetDestination Method

Sets link information of document, more:CPDFDestination

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetDestination(
	CPDFDocument document,
	CPDFDestination dest
)

Parameters

document
Type: ComPDFKit.PDFDocumentCPDFDocument
This class is about CPDFDocument, one CPDFDocument class for one document.
dest
Type: ComPDFKit.PDFDocumentCPDFDestination
Returns detailed imformation of destination page

Return Value

Type: Boolean
Returns true on success, false on failure
See Also