Grayscale Constructors

Overloads

Grayscale(Byte)Initializes a new instance of the Grayscale class.
Grayscale(Single)Initializes a new instance of the Grayscale class.

Grayscale(Byte)

Initializes a new instance of the Grayscale class.

public Grayscale(byte grayLevel)
Public Sub New (grayLevel As Byte)

Parameters

grayLevel
Byte

The gray intensity.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Grayscale(Single)

Initializes a new instance of the Grayscale class.

public Grayscale(float grayLevel)
Public Sub New (grayLevel As Single)

Parameters

grayLevel
Single

The gray intensity.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Grayscale
ceTe.DynamicPDF

In this topic