Class FlateDecode
Represents flate filter.
Inheritance
System.Object
FlateDecode
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Filters
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class FlateDecode : IPdfFilter
Constructors
FlateDecode()
Declaration
public FlateDecode()
Properties
Name
Gets the name of the PDF filter.
Declaration
public string Name { get; }
Property Value
System.String
The name. |
Implements
Methods
Decode(PdfObject, Byte[], DecodeParameters)
Decodes the specified data.
Declaration
public byte[] Decode(PdfObject decodedObject, byte[] data, DecodeParameters parms)
Parameters
PdfObject
decodedObject
The decoded object. |
System.Byte[]
data
The data. |
DecodeParameters
parms
Decode parameters |
Returns
System.Byte[]
|
Implements
Encode(PdfObject, Byte[])
Encodes the specified data.
Declaration
public byte[] Encode(PdfObject encodedObject, byte[] data)
Parameters
PdfObject
encodedObject
The encoded object. |
System.Byte[]
data
The data |
Returns
System.Byte[]
The encoded data. |