Redaction Class Documentation
classRedaction : AnnotationNamespace:Datalogics::PDFL
- Inherits from:
Annotation
Detailed Description
Associates an object with its location on a page of a PDF document.
A redaction occludes some part of a document.
Constructor & Destructor Documentation
Redaction
Redaction(Redactionrhs, InternalConstructsignifier)Parameters
rhs: Redactionsignifier: InternalConstruct
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, ColorinternalColor)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, ColorinternalColor, boolfillRedacted)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, ColorinternalColor, boolfillRedacted, booldrawBorder)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, ColorinternalColor, boolfillRedacted, booldrawBorder, ColorborderColor)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, ColorinternalColor, boolfillRedacted, booldrawBorder, ColorborderColor, boolfillNormal)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, ColorinternalColor, boolfillRedacted, booldrawBorder, ColorborderColor, boolfillNormal, ColorfillColor)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, ColorinternalColor, boolfillRedacted, booldrawBorder, ColorborderColor, boolfillNormal, ColorfillColor, doublefillOpacity)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color (If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, ColorinternalColor, boolfillRedacted, booldrawBorder, ColorborderColor, boolfillNormal, ColorfillColor, doublefillOpacity, stringoverlayText)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color (If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color (If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color (If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
fontName: stringThe name of the font to be used when setting the overlayText. When absent or empty, the standard font Helvtica will be used. Using this option, a new internal font is created for each redaction. Each is subset and embedded. When many, many redactions are to be created, this can result in a significant use of processing time. When many redactions are to be created, the option using a font object in place of the font name is preferred.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color (If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
fontName: stringThe name of the font to be used when setting the overlayText. When absent or empty, the standard font Helvtica will be used. Using this option, a new internal font is created for each redaction. Each is subset and embedded. When many, many redactions are to be created, this can result in a significant use of processing time. When many redactions are to be created, the option using a font object in place of the font name is preferred.
textSize: doubleThe size, in points, to draw the text too. This may be overridden the scaleTofit value below. If omitted, it will default to 12.0.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color (If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
fontName: stringThe name of the font to be used when setting the overlayText. When absent or empty, the standard font Helvtica will be used. Using this option, a new internal font is created for each redaction. Each is subset and embedded. When many, many redactions are to be created, this can result in a significant use of processing time. When many redactions are to be created, the option using a font object in place of the font name is preferred.
textSize: doubleThe size, in points, to draw the text too. This may be overridden the scaleTofit value below. If omitted, it will default to 12.0.
repeat: boolWhen true, the overlay text will be repeated to fill the redacted area. when false, the overlay text will be displayed only once. When omitted, it is presumed to be false.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance (and in the final document, after redactions are applied). This parameter is considered true if not omitted.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. This parameter is considered true if not omitted.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color (If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
fontName: stringThe name of the font to be used when setting the overlayText. When absent or empty, the standard font Helvtica will be used. Using this option, a new internal font is created for each redaction. Each is subset and embedded. When many, many redactions are to be created, this can result in a significant use of processing time. When many redactions are to be created, the option using a font object in place of the font name is preferred.
textSize: doubleThe size, in points, to draw the text too. This may be overridden the scaleTofit value below. If omitted, it will default to 12.0.
repeat: boolWhen true, the overlay text will be repeated to fill the redacted area. when false, the overlay text will be displayed only once. When omitted, it is presumed to be false.
scaleToFit: boolWhen true, the text size will be decreased to just fill the redacted area. When false, the text size will be constant, as described in textSize. When omitted, this is presumed to be false.
Create a new Redaction annotation object with extended options. When Overlay Text is used, font is specified by name. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, Fontfont)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, Fontfont, ColorinternalColor)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, Fontfont, ColorinternalColor, boolfillRedacted)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, Fontfont, ColorinternalColor, boolfillRedacted, booldrawBorder)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, Fontfont, ColorinternalColor, boolfillRedacted, booldrawBorder, ColorborderColor)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Redaction(Pagepage, System.Collections.Generic.IList< Quad >regions, Fontfont, ColorinternalColor, boolfillRedacted, booldrawBorder, ColorborderColor, boolfillNormal)Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color(If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color(If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color(If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color(If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
textSize: doubleThe size, in points, to draw the text too. This may be overridden the scaleTofit value below. If omitted, it will default to 12.0.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color(If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
textSize: doubleThe size, in points, to draw the text too. This may be overridden the scaleTofit value below. If omitted, it will default to 12.0.
repeat: boolWhen true, the overlay text will be repeated to fill the redacted area, when false, the overlay text will be displayed only once. When omitted, it is presumed to be false.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Redaction
Parameters
page: PageThe page where this redaction mark is found.
regions: System.Collections.Generic.IList< Quad >A vector of quadrilateral regions specifying the redaction's bounds, specified in user space coordinates.
font: FontThe font to be used when creating overlay text. For most efficiency, this font should be created prior to the first redaction, and used for all redactions. After the last redaction is created the font may be subset and embedded. Using this option, rather than specifying a font name, significantly speeds the creation of many redactions.
internalColor: ColorThe color of the redaction mark. This color is also used as the fill color when generating the replacement form for this redaction mark. The replacement form is the content that will be placed on the page when this mark is applied and the underlying content is removed.
fillRedacted: boolWhen true, the area being redacted will be filled with the internalColor in the redacted appearance(and in the final document, after redactions are applied). If omitted, this parameter will default to true.
drawBorder: boolWhen true, the "normal" appearance of the redacted areas will have a border of 1 point, in the borderColor. When it is false, no border will be drawn. If omitted, this parameter will default to true.
borderColor: ColorThe color to draw the border around the "normal" appearance of each area. If omitted, and fillColor is not omitted, no border will be drawn. If both fillColor and BorderColor is omitted, border will be drawn in internalColor. If internalColor is also omitted, border will be drawn in black.
fillNormal: boolWhen true, the areas being redacted will be drawn, in the "normal" appearance, with an overlaying fill of the fillColor at the fillOpacity. When false, there will be no overlay fill. This paramter is considered false if omitted.
fillColor: ColorThe color applied as an overlay to the "normal" (Non redacted) area within the redaction areas. If this color is omitted, a "white" fill will be presumed.
fillOpacity: doubleA value from 0 to 1.0 which is the opacity of the fill color(If this value is one, then the content of the redacted area will not be visible in the "normal" mode. If it is zero, then there will be no visible color overlaying the content to be redacted). If omitted, this will default to 1.0.
overlayText: stringThe value of the string to be displayed over the redacted area. It will be scaled and/or repeated according to the value of later parameters. If omitted, it will be an empty string, and there will be no overlay text drawn.
textColor: ColorThe color to use in drawing the OverlayText. If this is omitted, white will be presumed.
textSize: doubleThe size, in points, to draw the text too. This may be overridden the scaleTofit value below. If omitted, it will default to 12.0.
repeat: boolWhen true, the overlay text will be repeated to fill the redacted area, when false, the overlay text will be displayed only once. When omitted, it is presumed to be false.
scaleToFit: boolWhen true, the text size will be decreased to just fill the redacted area. When false, the text size will be constant, as described in textSize. When omitted, this is presumed to be false.
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font. To create a potental redaction and place it elsewhere in the page's annotation array.
Property Documentation
Align
HorizontalAlignmentAlign[get, set]AnnotationFeatureLevel
doubleAnnotationFeatureLevel[get, set]BorderColor
ColorBorderColor[get, set]Color
ColorColor[get, set]Contents
stringContents[get, set]DrawBorder
boolDrawBorder[get, set]FillColor
ColorFillColor[get]FillNormal
boolFillNormal[get, set]FillOpacity
doubleFillOpacity[get]FillRedacted
boolFillRedacted[get, set]Flags
AnnotationFlagsFlags[get, set]FontFace
stringFontFace[get, set]FontSize
doubleFontSize[get, set]InteriorColor
ColorInteriorColor[get, set]InternalColor
ColorInternalColor[get, set]NormalAppearance
FormNormalAppearance[get, set]Note
stringNote[get, set]Opacity
doubleOpacity[get, set]OptionalContentMembershipDict
OptionalContentMembershipDictOptionalContentMembershipDict[get, set]OverlayFont
FontOverlayFont[get, set]OverlayText
stringOverlayText[get, set]PDFDict
PDFDictPDFDict[get]PageNo
intPageNo[get, set]Quads
System.Collections.Generic.IList< Quad >Quads[get, set]Rect
RectRect[get, set]Repeat
boolRepeat[get, set]ScaleToFit
boolScaleToFit[get, set]Subtype
stringSubtype[get]TextColor
ColorTextColor[get, set]Title
stringTitle[get, set]Member Function Documentation
ConstructorRetrieve
static new static RedactionConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static RedactionDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolGenerateAppearance
FormGenerateAppearance()Returns:
FormGenerate a new appearance stream with the current annotation properties.
The resulting Form can then be used to set the annotation's appearance, such as by calling SetNormalAppearance.
HasRichTextData
boolHasRichTextData()Returns:
boolChecks the annotation for Rich Text String content (PDFReference 1.7 Section 8.6.2). Annotations that contain Rich Text String content and do not have a normal appearance set will not be visible when rendering the page.
IsCurrentlyVisible
boolIsCurrentlyVisible(OptionalContentContextocc)Parameters
Returns:
true if the annotation is currently visible.Tests whether an annotation is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
If the annotation occurs more than once within the content, this method only checks the visibility of the first occurrence of the annotation.
This method determines visibility without considering the visbility of the Content object that the annotation belongs to. To determine the visibility of an annotation while taking the Content's visibility into consideration, use the alternate version of this method.
SameTypeEquals
boolSameTypeEquals(Annotationarg0)Parameters
arg0: Annotation
Returns:
boolSetFillColor
voidSetFillColor(Colorcol, doubleopacity)Parameters
col: ColorThe color which will fill the annotation when it is viewed in the "normal" or pre-redacted appearance.
opacity: doubleThe amount of opacity to apply to the fill color. If this value is zero, not color will be seen. If it is 1.0, then the underlying content of the unredacted document will not be visible.
Returns:
voidSet the color used to fill the "normal" appearance.
ToString
override stringToString()Returns:
override string