XFINIUM.PDF.Render Documentation
SetColorForOpaquePixels Method



Xfinium.Pdf.Rendering.RenderingSurfaces Namespace > PdfGray8StripRenderingSurface Class : SetColorForOpaquePixels Method
Adjusts the surface transparency with the new alpha.
Syntax
'Declaration
 
Public Overrides Sub SetColorForOpaquePixels( _
   ByVal argb As Integer _
) 
'Usage
 
Dim instance As PdfGray8StripRenderingSurface
Dim argb As Integer
 
instance.SetColorForOpaquePixels(argb)
public override void SetColorForOpaquePixels( 
   int argb
)
public:
void SetColorForOpaquePixels( 
   int argb
) override 

Parameters

argb
Remarks
This method always assumes that int surface is ARGB and byte surface is RGBA
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

PdfGray8StripRenderingSurface Class
PdfGray8StripRenderingSurface Members