PdfSharp-GDI  1.31.7289
PdfSharp.Pdf.Filters.ASCII85Decode Class Reference

Implements the ASCII85Decode filter. More...

Inheritance diagram for PdfSharp.Pdf.Filters.ASCII85Decode:
PdfSharp.Pdf.Filters.Filter

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...
 
- Public Member Functions inherited from PdfSharp.Pdf.Filters.Filter
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

- Protected Member Functions inherited from PdfSharp.Pdf.Filters.Filter
byte[] RemoveWhiteSpace (byte[] data)
 Removes all white spaces from the data. The function assumes that the bytes are characters. More...
 

Detailed Description

Implements the ASCII85Decode filter.

Member Function Documentation

◆ Decode()

override byte [] PdfSharp.Pdf.Filters.ASCII85Decode.Decode ( byte[]  data,
FilterParms  parms 
)
virtual

Decodes the specified data.

Implements PdfSharp.Pdf.Filters.Filter.

◆ Encode()

override byte [] PdfSharp.Pdf.Filters.ASCII85Decode.Encode ( byte[]  data)
virtual

Encodes the specified data.

Implements PdfSharp.Pdf.Filters.Filter.


The documentation for this class was generated from the following file: