Méthode | Description | |
---|---|---|
PDFCompress ( byte UnCompressed ) : System.IO |
Takes the uncompressed byte array
|
|
RLECompress ( ) : byte[] |
compresses uncompressed data to compressed data in byte array
|
Méthode | Description | |
---|---|---|
WriteNoRepeater ( |
||
WriteRunLength ( int length, byte encodee ) : int |
Write compressed data as RunLength
|
public PDFCompress ( byte UnCompressed ) : System.IO | ||
UnCompressed | byte | uncompressed data |
Résultat | System.IO |