Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfGrayColor(
int gray
)
VB
Public Sub New (
gray As Integer
)
Parameters
- gray
- Type: System.Int32
The gray level of color in percent.
Remarks
The gray is a number between 0
(black) and 100 (white).
See Also