Convert to gray pdf document.

Namespace: Spire.Pdf.Conversion
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void ToGrayPdf(
	string filePath
)
Public Sub ToGrayPdf ( 
	filePath As String
)
public:
void ToGrayPdf(
	String^ filePath
)
member ToGrayPdf : 
        filePath : string -> unit 

Parameters

filePath
String
The out file path.

See Also