Click or drag to resize

PdfFileSpecificationBase FormatFileName Method

Formats file name to Unix format.

Namespace: Spire.Pdf.General
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected string FormatFileName(
	string fileName,
	bool flag
)

Parameters

fileName
Type: System String
File name to format.
flag
Type: System Boolean
bool value which represents the file path type.

Return Value

Type: String
Formatted file name.
See Also