Click or drag to resize

PdfGrayConverterToGrayPdf Method (String)

Convert to gray pdf document.

Namespace:  Spire.Pdf.Conversion
Assembly:  Spire.Pdf (in Spire.Pdf.dll) Version: 7.10.0.0 (7.10.0.1040)
Syntax
public void ToGrayPdf(
	string filePath
)

Parameters

filePath
Type: SystemString
The out file path.
See Also