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( float floatGray ) |
Visual Basic |
---|
Public Sub New ( _ floatGray As Single _ ) |
Visual C++ |
---|
public: GrayColor( float floatGray ) |
Parameters
- floatGray
- Type: System..::..Single