Initializes a new instance of the PdfSpotColor class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfSpotColor( string name, float tint, Color altcs ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ tint As Single, _ altcs As Color _ ) |
Visual C++ |
---|
public: PdfSpotColor( String^ name, float tint, Color^ altcs ) |
Parameters
- name
- Type: System..::..String
- tint
- Type: System..::..Single
- altcs
- Type: iTextSharp.text..::..Color