PdfGrayConverter
ToGrayPdf Method (String)
|
Convert to gray pdf document.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ToGrayPdf(
string filePath
)
Public Sub ToGrayPdf (
filePath As String
)
public:
void ToGrayPdf(
String^ filePath
)
member ToGrayPdf :
filePath : string -> unit
Parameters
-
filePath
-
Type:
System
String
The out file path.
See Also