Click or drag to resize

CPDFAnnotation Methods

The CPDFAnnotation type exposes the following members.

Methods
  NameDescription
Public methodGetAuthor
Gets the author of annotation.
Public methodGetBorderWidth
Gets border width of the annotation.
Public methodGetContent
Gets annotation content.
Public methodGetCreationDate
Gets the creation date of annotation.
Public methodGetFlags
Returns the flag of the annotation.
Public methodGetIsHidden
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
Public methodGetIsLocked
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
Public methodGetIsReadOnly
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
Public methodGetModifyDate
Gets the modification date of annotation.
Public methodGetRect
Gets rectangle on the page.
Public methodGetRotation
Gets rotation angle of annotaton appearance.
Public methodGetTextAttribute
Gets annotation text attribute, more:CTextAttribute
Public methodGetTransparency
Gets annotation opacity.
Public methodIsMersured
Public methodIsValid
Whether the object is valid.
Public methodReleaseAnnot
Releases resources of the object.
Public methodRemoveAnnot
Removes annotation.
Public methodRenderAnnot(Int32, Int32, Byte, CPDFAppearanceType)
Renders contents of the annotation to image.
Public methodRenderAnnot(Int32, Int32, IntPtr, CPDFAppearanceType)
Renders contents of the annotation to image.
Public methodSetAuthor
Sets the author of annotation.
Public methodSetBorderWidth
Sets border width of the annotation.
Public methodSetContent
Sets annotation content.
Public methodSetCreationDate
Sets the creation date of annotation.
Public methodSetFlags
Sets the flag of the annotation.
Public methodSetIsHidden
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
Public methodSetIsLocked
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
Public methodSetIsReadOnly
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
Public methodSetModifyDate
Sets the modification date of annotation.
Public methodSetRect
Sets rectangle on the page.
Public methodSetTextAttribute
Sets text attribute of annotation, more:CTextAttribute
Public methodSetTransparency
Public methodUpdateAp
Updates annotation appearance.
Public methodUpdateApWithBitmap
Upadates annotation appearance by Bitmap.
Public methodUpdateApWithImage
Top
See Also