TTMSFNCPDFGraphicsLibOutputWriter.CompressString Method
Compresses
AValueusing zlib deflate and returns the result in a newTStringStream.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibOutputWriter
Syntax
function CompressString(AValue: string): TStringStream;
Parameters
| Name | Description |
|---|---|
AValue |
String data to compress. |
Returns
New stream containing the deflate-compressed bytes. The caller is responsible for freeing the returned stream.