CPDFRedactAnnotation Class |
Namespace: ComPDFKit.PDFAnnotation
public class CPDFRedactAnnotation : CPDFAnnotation
The CPDFRedactAnnotation type exposes the following members.
| Name | Description | |
|---|---|---|
| BorderWidth |
Border width.
| |
| FillColor |
Gets the fill color displayed in the specified area after applying the redaction. The color is drawn on the specified rect. Defaults to black.
| |
| OutlineColor |
Gets the color used for the redaction’s border in its marked state. Defaults to red.
| |
| OverlayText |
Gets the text displayed in the specified area after applying the redaction.
| |
| Page |
Returns the page that the annotation is associated with.
(Inherited from CPDFAnnotation.) | |
| QuardRects |
Gets the areas that should be covered by the redaction annotation.
| |
| Rect |
Gets the rectangle of the annotation on the page.
(Inherited from CPDFAnnotation.) | |
| TextAlignment |
Gets the text alignment displayed in the specified area after applying the redaction.
| |
| TextDa |
Gets the text attribute displayed in the specified area after applying the redaction.
| |
| Type |
Gets annotation type.
(Inherited from CPDFAnnotation.) |
| Name | Description | |
|---|---|---|
| ApplyRedaction |
Applies redaction annotation.
| |
| ClearOutlineColor |
Removes the color used for the redaction’s border in its marked state. Defaults to red.
| |
| 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.) | |
| SetBorderWidth |
Sets border width.
(Overrides CPDFAnnotationSetBorderWidth(Single).) | |
| SetContent |
Sets annotation content.
(Inherited from CPDFAnnotation.) | |
| SetCreationDate |
Sets the creation date of annotation.
(Inherited from CPDFAnnotation.) | |
| SetFillColor |
Sets the fill color displayed in the specified area after applying the redaction. The color is drawn on the specified rect. Defaults to black.
| |
| SetFlags |
Sets the flag of the annotation.
(Inherited from CPDFAnnotation.) | |
| 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.) | |
| SetModifyDate |
Sets the modification date of annotation.
(Inherited from CPDFAnnotation.) | |
| SetOutlineColor |
Sets the color used for the redaction’s border in its marked state. Defaults to red.
| |
| SetOverlayText |
Sets the text displayed in the specified area after applying the redaction.
| |
| SetQuardRects | ||
| SetRect |
Sets rectangle on the page.
(Inherited from CPDFAnnotation.) | |
| SetTextAlignment |
Sets the text alignment displayed in the specified area after applying the redaction.
| |
| SetTextAttribute |
Sets text attribute of annotation, more:CTextAttribute (Inherited from CPDFAnnotation.) | |
| SetTextDa |
Sets the text attribute displayed in the specified area after applying the redaction.
| |
| SetTransparency | (Inherited from CPDFAnnotation.) | |
| UpdateAp |
Updates annotation appearance.
(Inherited from CPDFAnnotation.) | |
| UpdateApWithBitmap |
Upadates annotation appearance by Bitmap.
(Inherited from CPDFAnnotation.) | |
| UpdateApWithImage | (Inherited from CPDFAnnotation.) |