CPDFFreeTextAnnotation Class |
Namespace: ComPDFKit.PDFAnnotation
public class CPDFFreeTextAnnotation : CPDFAnnotation
The CPDFFreeTextAnnotation type exposes the following members.
Name | Description | |
---|---|---|
![]() | Alignment |
Gets text alignment of Freetext.
|
![]() | BgColor |
Background color.
|
![]() | Content |
Gets content of FreeText annotation.
|
![]() | FreeTextDa |
Gets Freetext font style, more:CTextAttribute |
![]() | HasBgColor |
Whether the background color exists.
|
![]() | LineColor |
Border color.
|
![]() | LineWidth |
Border width.
|
![]() | Page |
Returns the page that the annotation is associated with.
(Inherited from CPDFAnnotation.) |
![]() | Rect |
Gets the rectangle of the annotation on the page.
(Inherited from CPDFAnnotation.) |
![]() | Transparency |
Opacity.
|
![]() | Type |
Gets annotation type.
(Inherited from CPDFAnnotation.) |
Name | Description | |
---|---|---|
![]() | ClearBgColor |
Clears background color.
|
![]() | GetAuthor |
Gets the author of annotation.
(Inherited from CPDFAnnotation.) |
![]() | GetBorderWidth |
Gets border width of the annotation.
(Inherited from CPDFAnnotation.) |
![]() | GetContent |
Gets annotation content.
(Inherited from CPDFAnnotation.) |
![]() | GetCreationDate |
Gets the creation date of annotation.
(Inherited from CPDFAnnotation.) |
![]() | GetFlags |
Returns the flag of the annotation.
(Inherited from CPDFAnnotation.) |
![]() | GetIsHidden |
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
(Inherited from CPDFAnnotation.) |
![]() | GetIsLocked |
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
(Inherited from CPDFAnnotation.) |
![]() | GetIsReadOnly |
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
(Inherited from CPDFAnnotation.) |
![]() | GetModifyDate |
Gets the modification date of annotation.
(Inherited from CPDFAnnotation.) |
![]() | GetRect |
Gets rectangle on the page.
(Inherited from CPDFAnnotation.) |
![]() | GetRotation |
Gets rotation angle of annotaton appearance.
(Inherited from CPDFAnnotation.) |
![]() | GetTextAttribute |
Gets annotation text attribute, more:CTextAttribute (Inherited from CPDFAnnotation.) |
![]() | GetTransparency |
Gets annotation opacity.
(Inherited from CPDFAnnotation.) |
![]() | IsMersured | (Inherited from CPDFAnnotation.) |
![]() | IsValid |
Whether the object is valid.
(Inherited from CPDFAnnotation.) |
![]() | ReleaseAnnot |
Releases resources of the object.
(Inherited from CPDFAnnotation.) |
![]() | RemoveAnnot |
Removes annotation.
(Inherited from CPDFAnnotation.) |
![]() | RenderAnnot(Int32, Int32, Byte, CPDFAppearanceType) |
Renders contents of the annotation to image.
(Inherited from CPDFAnnotation.) |
![]() | RenderAnnot(Int32, Int32, IntPtr, CPDFAppearanceType) |
Renders contents of the annotation to image.
(Inherited from CPDFAnnotation.) |
![]() | SetAuthor |
Sets the author of annotation.
(Inherited from CPDFAnnotation.) |
![]() | SetBgColor |
Sets background color.
|
![]() | SetBorderWidth |
Sets border width of the annotation.
(Inherited from CPDFAnnotation.) |
![]() | SetContent |
Sets content of FreeText annotation.
(Overrides CPDFAnnotationSetContent(String).) |
![]() | SetCreationDate |
Sets the creation date of annotation.
(Inherited from CPDFAnnotation.) |
![]() | SetFlags |
Sets the flag of the annotation.
(Inherited from CPDFAnnotation.) |
![]() | SetFreetextAlignment |
Sets text alignment of Freetext.
|
![]() | SetFreetextDa |
Sets Freetext font style, more:CTextAttribute |
![]() | SetIsHidden |
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
(Inherited from CPDFAnnotation.) |
![]() | SetIsLocked |
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
(Inherited from CPDFAnnotation.) |
![]() | SetIsReadOnly |
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
(Inherited from CPDFAnnotation.) |
![]() | SetLineColor |
Sets border color.
|
![]() | SetLineWidth |
Sets border width.
|
![]() | SetModifyDate |
Sets the modification date of annotation.
(Inherited from CPDFAnnotation.) |
![]() | SetRect |
Sets annotation rectangle. The page coordinate system has its origin at the left-bottom corner of the page, with the X-axis on the bottom going to the right, and the Y-axis on the left side going up. The device coordinate system is device dependent. For screen device, its origin is at the left-top corner of the window.
(Overrides CPDFAnnotationSetRect(CRect).) |
![]() | SetTextAttribute |
Sets text attribute of annotation, more:CTextAttribute (Inherited from CPDFAnnotation.) |
![]() | SetTransparency |
Sets opacity.
(Overrides CPDFAnnotationSetTransparency(Byte).) |
![]() | UpdateAp |
Updates annotation appearance.
(Inherited from CPDFAnnotation.) |
![]() | UpdateApWithBitmap |
Upadates annotation appearance by Bitmap.
(Inherited from CPDFAnnotation.) |
![]() | UpdateApWithImage | (Inherited from CPDFAnnotation.) |