CPDFAnnotation Class |
Namespace: ComPDFKit.PDFAnnotation
public class CPDFAnnotation
The CPDFAnnotation type exposes the following members.
Name | Description | |
---|---|---|
![]() | Page |
Returns the page that the annotation is associated with.
|
![]() | Rect |
Gets the rectangle of the annotation on the page.
|
![]() | Type |
Gets annotation type.
|
Name | Description | |
---|---|---|
![]() | GetAuthor |
Gets the author of annotation.
|
![]() | GetBorderWidth |
Gets border width of the annotation.
|
![]() | GetContent |
Gets annotation content.
|
![]() | GetCreationDate |
Gets the creation date of annotation.
|
![]() | GetFlags |
Returns the flag of the annotation.
|
![]() | GetIsHidden |
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
|
![]() | GetIsLocked |
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
|
![]() | GetIsReadOnly |
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
|
![]() | GetModifyDate |
Gets the modification date of annotation.
|
![]() | GetRect |
Gets rectangle on the page.
|
![]() | GetRotation |
Gets rotation angle of annotaton appearance.
|
![]() | GetTextAttribute |
Gets annotation text attribute, more:CTextAttribute |
![]() | GetTransparency |
Gets annotation opacity.
|
![]() | IsMersured | |
![]() | IsValid |
Whether the object is valid.
|
![]() | ReleaseAnnot |
Releases resources of the object.
|
![]() | RemoveAnnot |
Removes annotation.
|
![]() | RenderAnnot(Int32, Int32, Byte, CPDFAppearanceType) |
Renders contents of the annotation to image.
|
![]() | RenderAnnot(Int32, Int32, IntPtr, CPDFAppearanceType) |
Renders contents of the annotation to image.
|
![]() | SetAuthor |
Sets the author of annotation.
|
![]() | SetBorderWidth |
Sets border width of the annotation.
|
![]() | SetContent |
Sets annotation content.
|
![]() | SetCreationDate |
Sets the creation date of annotation.
|
![]() | SetFlags |
Sets the flag of the annotation.
|
![]() | SetIsHidden |
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
|
![]() | SetIsLocked |
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
|
![]() | SetIsReadOnly |
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
|
![]() | SetModifyDate |
Sets the modification date of annotation.
|
![]() | SetRect |
Sets rectangle on the page.
|
![]() | SetTextAttribute |
Sets text attribute of annotation, more:CTextAttribute |
![]() | SetTransparency | |
![]() | UpdateAp |
Updates annotation appearance.
|
![]() | UpdateApWithBitmap |
Upadates annotation appearance by Bitmap.
|
![]() | UpdateApWithImage |