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 | |
---|---|---|
![]() ![]() | AddCopyAnnotToPage |
Add the copied comments to the PDF page
|
![]() ![]() | CopyAnnot |
Copies the annotation.
|
![]() | CreateReplyAnnotation |
Creates a reply annotation.
|
![]() | CreateReplyStateAnnotation |
Creates a reply state annotation.
|
![]() | 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.
|
![]() | GetReplies |
Gets the replies of the annotation.
|
![]() | GetReplyTitle |
Gets the reply title of the annotation.
|
![]() | GetRotation |
Gets rotation angle of annotation appearance.
|
![]() | GetSourceRect |
Gets the rectangle used to rotate the annotation.
|
![]() | GetState |
Gets the state of the annotation.
|
![]() | GetTextAttribute |
Gets annotation text attribute, more:CTextAttribute |
![]() | GetTransparency |
Gets annotation opacity.
|
![]() | IsMarkedStateAnnot |
Whether the annotation is a marked state annotation.
|
![]() | IsMeasured |
Whether the annotation is measured.
|
![]() | IsReplyAnnot |
Whether the annotation is a reply annotation.
|
![]() | IsReviewStateAnnot |
Whether the annotation is a review state annotation.
|
![]() | IsValid |
Whether the object is valid.
|
![]() | ReleaseAnnot |
Releases resources of the object.
|
![]() ![]() | ReleaseCopyAnnot |
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`.
|
![]() | SetMarkedAnnotState |
Sets the marked state of the annotation.
|
![]() | SetModifyDate |
Sets the modification date of annotation.
|
![]() | SetRect |
Sets rectangle on the page.
|
![]() | SetReplyAnnotation |
Sets the reply annotation.
|
![]() | SetReplyTitle |
Sets the reply title of the annotation.
|
![]() | SetReviewAnnotState |
Sets the review state of the annotation.
|
![]() | SetSourceRect |
Sets the rectangle used to rotate the annotation.
|
![]() | SetState |
Sets the state of the annotation.
|
![]() | SetTextAttribute |
Sets text attribute of annotation, more:CTextAttribute |
![]() | SetTransparency | |
![]() | UpdateAp |
Updates annotation appearance.
|
![]() | UpdateApWithBitmap |
Upadates annotation appearance by Bitmap.
|
![]() | UpdateApWithImage |