PdfBinaryWriter.WriteFormat Method

PDF File Writer

PdfBinaryWriterWriteFormat Method

Combine format string with write string.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void WriteFormat(
	string FormatStr,
	params Object[] List
)

Parameters

FormatStr
Type: SystemString
Standard format string
List
Type: SystemObject
Array of objects
See Also