Initializes a new instance of the CMYKColor class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public CMYKColor( int intCyan, int intMagenta, int intYellow, int intBlack ) |
Visual Basic |
---|
Public Sub New ( _ intCyan As Integer, _ intMagenta As Integer, _ intYellow As Integer, _ intBlack As Integer _ ) |
Visual C++ |
---|
public: CMYKColor( int intCyan, int intMagenta, int intYellow, int intBlack ) |
Parameters
- intCyan
- Type: System..::..Int32
- intMagenta
- Type: System..::..Int32
- intYellow
- Type: System..::..Int32
- intBlack
- Type: System..::..Int32