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