XFINIUM.PDF Documentation
SetCmykFillColor Method



Xfinium.Pdf.Graphics Namespace > PdfContentStream Class : SetCmykFillColor Method
Cyan level.
Magenta level
Yellow level
Black level
Sets the current colorspace for fill operations to DeviceCMYK and sets the current CMYK color.
Operator: k
Syntax
'Declaration
 
Public Sub SetCmykFillColor( _
   ByVal c As Double, _
   ByVal m As Double, _
   ByVal y As Double, _
   ByVal k As Double _
) 
'Usage
 
Dim instance As PdfContentStream
Dim c As Double
Dim m As Double
Dim y As Double
Dim k As Double
 
instance.SetCmykFillColor(c, m, y, k)
public void SetCmykFillColor( 
   double c,
   double m,
   double y,
   double k
)
public:
void SetCmykFillColor( 
   double c,
   double m,
   double y,
   double k
) 

Parameters

c
Cyan level.
m
Magenta level
y
Yellow level
k
Black level
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

PdfContentStream Class
PdfContentStream Members