PdfSharp-GDI
1.31.7289
|
Implements the ASCII85Decode filter. More...
Public Member Functions | |
override byte[] | Encode (byte[] data) |
Encodes the specified data. More... | |
override byte[] | Decode (byte[] data, FilterParms parms) |
Decodes the specified data. More... | |
![]() | |
virtual byte[] | Encode (string rawString) |
Encodes a raw string. More... | |
byte[] | Decode (byte[] data) |
Decodes the specified data. More... | |
virtual string | DecodeToString (byte[] data, FilterParms parms) |
Decodes to a raw string. More... | |
string | DecodeToString (byte[] data) |
Decodes to a raw string. More... | |
Additional Inherited Members | |
![]() | |
byte[] | RemoveWhiteSpace (byte[] data) |
Removes all white spaces from the data. The function assumes that the bytes are characters. More... | |
Implements the ASCII85Decode filter.
|
virtual |
Decodes the specified data.
Implements PdfSharp.Pdf.Filters.Filter.
|
virtual |
Encodes the specified data.
Implements PdfSharp.Pdf.Filters.Filter.