PdfUtilIsGhostscriptFriendlyFilePath Method

Printer API Documentation
Determines if a path can be used by Ghostscript. The path is scanned for Unicode characters.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public static bool IsGhostscriptFriendlyFilePath(
	string filePath
)

Parameters

filePath
Type: SystemString
Path to examine

Return Value

Type: Boolean
Returns true if the path can be used with Ghostscript.
See Also

Reference