PngImageCompressionOptions.SetGrayscale Method

Sets the options to produce grayscale images.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PngImageCompressionOptions SetGrayscale()
VB
Public Function SetGrayscale As PngImageCompressionOptions

Return Value

Type: PngImageCompressionOptions
The instance used to call the method.

See Also