FilterRemoveWhiteSpace Method Terminal Works - PDF Printing.Net Library
Removes all white spaces from the data. The function assumes that the bytes are characters.

Namespace: PdfEdit.Pdf.Filters
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

protected byte[] RemoveWhiteSpace(
	byte[] data
)

Parameters

data
Type: SystemByte

Return Value

Type: Byte
See Also

Reference