XFINIUM.PDF Documentation
RedactedPixelsColor Property



Xfinium.Pdf.Redaction Namespace > PdfContentRedactionOptions Class : RedactedPixelsColor Property
Gets or sets the pixels color in redacted images.
Syntax
'Declaration
 
Public Property RedactedPixelsColor As PdfColor
'Usage
 
Dim instance As PdfContentRedactionOptions
Dim value As PdfColor
 
instance.RedactedPixelsColor = value
 
value = instance.RedactedPixelsColor
public PdfColor RedactedPixelsColor {get; set;}
public:
property PdfColor^ RedactedPixelsColor {
   PdfColor^ get();
   void set (    PdfColor^ value);
}

Property Value

Color used for redacted pixels in an image.
Remarks
Note: The library will try to set the redacted pixels in an image to this color if possible. If not possible, the redacted pixels will be set to 0. Also due to the PDF internal color transformations that can be applied to an image, the final visible color of the redacted pixels might not match this color.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfContentRedactionOptions Class
PdfContentRedactionOptions Members