Click or drag to resize

CPDFRedactAnnotation Methods

The CPDFRedactAnnotation type exposes the following members.

Methods
  NameDescription
Public methodApplyRedaction
Applies redaction annotation.
Public methodClearOutlineColor
Removes the color used for the redaction’s border in its marked state. Defaults to red.
Public methodGetAuthor
Gets the author of annotation.
(Inherited from CPDFAnnotation.)
Public methodGetBorderWidth
Gets border width of the annotation.
(Inherited from CPDFAnnotation.)
Public methodGetContent
Gets annotation content.
(Inherited from CPDFAnnotation.)
Public methodGetCreationDate
Gets the creation date of annotation.
(Inherited from CPDFAnnotation.)
Public methodGetFlags
Returns the flag of the annotation.
(Inherited from CPDFAnnotation.)
Public methodGetIsHidden
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodGetIsLocked
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodGetIsReadOnly
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodGetModifyDate
Gets the modification date of annotation.
(Inherited from CPDFAnnotation.)
Public methodGetRect
Gets rectangle on the page.
(Inherited from CPDFAnnotation.)
Public methodGetRotation
Gets rotation angle of annotaton appearance.
(Inherited from CPDFAnnotation.)
Public methodGetTextAttribute
Gets annotation text attribute, more:CTextAttribute
(Inherited from CPDFAnnotation.)
Public methodGetTransparency
Gets annotation opacity.
(Inherited from CPDFAnnotation.)
Public methodIsMersured (Inherited from CPDFAnnotation.)
Public methodIsValid
Whether the object is valid.
(Inherited from CPDFAnnotation.)
Public methodReleaseAnnot
Releases resources of the object.
(Inherited from CPDFAnnotation.)
Public methodRemoveAnnot
Removes annotation.
(Inherited from CPDFAnnotation.)
Public methodRenderAnnot(Int32, Int32, Byte, CPDFAppearanceType)
Renders contents of the annotation to image.
(Inherited from CPDFAnnotation.)
Public methodRenderAnnot(Int32, Int32, IntPtr, CPDFAppearanceType)
Renders contents of the annotation to image.
(Inherited from CPDFAnnotation.)
Public methodSetAuthor
Sets the author of annotation.
(Inherited from CPDFAnnotation.)
Public methodSetBorderWidth
Sets border width.
(Overrides CPDFAnnotationSetBorderWidth(Single).)
Public methodSetContent
Sets annotation content.
(Inherited from CPDFAnnotation.)
Public methodSetCreationDate
Sets the creation date of annotation.
(Inherited from CPDFAnnotation.)
Public methodSetFillColor
Sets the fill color displayed in the specified area after applying the redaction. The color is drawn on the specified rect. Defaults to black.
Public methodSetFlags
Sets the flag of the annotation.
(Inherited from CPDFAnnotation.)
Public methodSetIsHidden
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodSetIsLocked
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodSetIsReadOnly
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodSetModifyDate
Sets the modification date of annotation.
(Inherited from CPDFAnnotation.)
Public methodSetOutlineColor
Sets the color used for the redaction’s border in its marked state. Defaults to red.
Public methodSetOverlayText
Sets the text displayed in the specified area after applying the redaction.
Public methodSetQuardRects
Public methodSetRect
Sets rectangle on the page.
(Inherited from CPDFAnnotation.)
Public methodSetTextAlignment
Sets the text alignment displayed in the specified area after applying the redaction.
Public methodSetTextAttribute
Sets text attribute of annotation, more:CTextAttribute
(Inherited from CPDFAnnotation.)
Public methodSetTextDa
Sets the text attribute displayed in the specified area after applying the redaction.
Public methodSetTransparency (Inherited from CPDFAnnotation.)
Public methodUpdateAp
Updates annotation appearance.
(Inherited from CPDFAnnotation.)
Public methodUpdateApWithBitmap
Upadates annotation appearance by Bitmap.
(Inherited from CPDFAnnotation.)
Public methodUpdateApWithImage (Inherited from CPDFAnnotation.)
Top
See Also