XFINIUM.PDF Documentation
AnalyzeSetCmykStrokeOperator Method



Xfinium.Pdf.Content.Analyzers Namespace > PdfPageContentAnalysis Class : AnalyzeSetCmykStrokeOperator Method
Cyan level
Magenta level
Yellow level
Black level
Called when K operator is found.
Syntax
'Declaration
 
Public Overridable Sub AnalyzeSetCmykStrokeOperator( _
   ByVal c As Double, _
   ByVal m As Double, _
   ByVal y As Double, _
   ByVal k As Double _
) 
'Usage
 
Dim instance As PdfPageContentAnalysis
Dim c As Double
Dim m As Double
Dim y As Double
Dim k As Double
 
instance.AnalyzeSetCmykStrokeOperator(c, m, y, k)
public virtual void AnalyzeSetCmykStrokeOperator( 
   double c,
   double m,
   double y,
   double k
)
public:
virtual void AnalyzeSetCmykStrokeOperator( 
   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

PdfPageContentAnalysis Class
PdfPageContentAnalysis Members