LinkAnnotation Class Documentation
classLinkAnnotation : AnnotationNamespace:Datalogics::PDFL
- Inherits from:
Annotation
Detailed Description
A link annotation, which features an embedded hyperlink.
Referenced by
Constructor & Destructor Documentation
LinkAnnotation
LinkAnnotation(LinkAnnotationrhs, InternalConstructsignifier)Parameters
rhs: LinkAnnotationsignifier: InternalConstruct
LinkAnnotation
Parameters
Create a new LinkAnnotation at the end of a page's annotation array. To create a LinkAnnotation and place it elsewhere in the page's annotation array, use the version of the constructor that takes an array position.
LinkAnnotation
Parameters
page: PageThe page to which the annotation is added.
initialRect: RectA rectangle specifying the annotation's bounds, specified in user space coordinates.
addAfter: intWhere to add the annotation in the page's annotation array. To add the annotation to the end of the array, pass a value of -2 or use the alternate version of this constructor that does not take an index (this is generally what you should do unless you have a need to place the annotation at a special location in the array). Passing a value of -1 adds the annotation to the beginning of the array. Passing other negative values produces undefined results.
Create a new LinkAnnotation at a specific index in the page's annotation array.
Property Documentation
Action
ActionAction[get, set]AnnotationFeatureLevel
doubleAnnotationFeatureLevel[get, set]BorderStyle
stringBorderStyle[get, set]BorderStyleDashPattern
System.Collections.Generic.IList< System.Double >BorderStyleDashPattern[get, set]BorderStyleWidth
doubleBorderStyleWidth[get, set]Color
ColorColor[get, set]Contents
stringContents[get, set]Destination
ViewDestinationDestination[get, set]Flags
AnnotationFlagsFlags[get, set]Highlight
HighlightStyleHighlight[get, set]InteriorColor
ColorInteriorColor[get, set]NormalAppearance
FormNormalAppearance[get, set]Opacity
doubleOpacity[get, set]OptionalContentMembershipDict
OptionalContentMembershipDictOptionalContentMembershipDict[get, set]PDFDict
PDFDictPDFDict[get]Rect
RectRect[get, set]Subtype
stringSubtype[get]Title
stringTitle[get, set]Member Function Documentation
ConstructorRetrieve
static new static LinkAnnotationConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static LinkAnnotationCopyTo
LinkAnnotationCopyTo(Pagedestination)Parameters
destination: Pagethe page to copy the annotation to. The page may be in the same document as the source annotation or in a different document.
Returns:
the annotation created on the destination page.Copy a LinkAnnotation to the specified page. The annotation will be centered on the page. To center the annotation at a specific point, use the version of this method that accepts a Point.
This creates a copy of the original LinkAnnotation and puts the copy in the destination page's annotation dictionary. Structural content information associated with the source annotation will not be present in the copy. An exception will be thrown if the annotation cannot be copied to the specified page.
Note: If copying LinkAnnotations between pages in different documents, the source annotation may have a ViewDestination that's invalid in the destiantion document or an Action referring to a ViewDestination that's invalid in the destination document. In these cases, an exception will be thrown.
CopyTo
LinkAnnotationCopyTo(Pagedestination, PointcenterPoint)Parameters
Returns:
the annotation created on the destination page.Copy a LinkAnnotation to the specified page and center the annotation on the specified point.
This creates a copy of the original LinkAnnotation and puts the copy in the destination page's annotation dictionary. Structural content information associated with the source annotation will not be present in the copy. An exception will be thrown if the annotation cannot be copied to the specified page.
Note: If copying LinkAnnotations between pages in different documents, the source annotation may have a ViewDestination that's invalid in the destiantion document or an Action referring to a ViewDestination that's invalid in the destination document. In these cases, an exception will be thrown.
Dispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolGenerateAppearance
override FormGenerateAppearance()Returns:
override FormGenerate a new appearance stream with the current annotation properties.
The resulting Form can then be used to set the annotation's appearance, such as by calling SetNormalAppearance.
HasRichTextData
boolHasRichTextData()Returns:
boolChecks the annotation for Rich Text String content (PDFReference 1.7 Section 8.6.2). Annotations that contain Rich Text String content and do not have a normal appearance set will not be visible when rendering the page.
IsCurrentlyVisible
boolIsCurrentlyVisible(OptionalContentContextocc)Parameters
Returns:
true if the annotation is currently visible.Tests whether an annotation is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
If the annotation occurs more than once within the content, this method only checks the visibility of the first occurrence of the annotation.
This method determines visibility without considering the visbility of the Content object that the annotation belongs to. To determine the visibility of an annotation while taking the Content's visibility into consideration, use the alternate version of this method.
SameTypeEquals
boolSameTypeEquals(Annotationarg0)Parameters
arg0: Annotation
Returns:
boolToString
override stringToString()Returns:
override string