Annotation Class Documentation
classAnnotation : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
Associates an object with its location on a page of a PDF document.
An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard.
Referenced by
Constructor & Destructor Documentation
Annotation
Annotation(Annotationrhs, InternalConstructsignifier)Parameters
rhs: Annotationsignifier: InternalConstruct
Annotation
Parameters
Create a new Annotation at the end of a page's annotation array. To create an annotation and place it elsewhere in the page's annotation array, use the version of the constructor that takes an array position.
Annotation
Parameters
Create a new Annotation at a specific index in the page's annotation array.
~Annotation
~Annotation()Property Documentation
AnnotationFeatureLevel
doubleAnnotationFeatureLevel[get, set]Color
ColorColor[get, set]Contents
stringContents[get, set]Flags
AnnotationFlagsFlags[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 AnnotationConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
AnnotationDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolGenerateAppearance
FormGenerateAppearance()Returns:
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