Class PdfFilterNames
Contains valid names for PDF filters.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Filters
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PdfFilterNames
Constructors
PdfFilterNames()
Declaration
public PdfFilterNames()
Fields
ASCII85Decode
Name for ASCII85Decode filter.
Declaration
public const string ASCII85Decode = "ASCII85Decode"
Field Value
System.String
|
ASCIIHexDecode
Name for ASCIIHexDecode filter.
Declaration
public const string ASCIIHexDecode = "ASCIIHexDecode"
Field Value
System.String
|
CCITTFaxDecode
Name for CCITTFaxDecode filter.
Declaration
public const string CCITTFaxDecode = "CCITTFaxDecode"
Field Value
System.String
|
DCTDecode
Name for DCTDecode filter.
Declaration
public const string DCTDecode = "DCTDecode"
Field Value
System.String
|
FlateDecode
Name for FlateDecode filter.
Declaration
public const string FlateDecode = "FlateDecode"
Field Value
System.String
|
JBIG2Decode
Name for JBIG2Decode filter.
Declaration
public const string JBIG2Decode = "JBIG2Decode"
Field Value
System.String
|
JPXDecode
Name for JPXDecode filter.
Declaration
public const string JPXDecode = "JPXDecode"
Field Value
System.String
|
LZWDecode
Name for LZWDecode filter.
Declaration
public const string LZWDecode = "LZWDecode"
Field Value
System.String
|
RunLengthDecode
Name for RunLengthDecode filter.
Declaration
public const string RunLengthDecode = "RunLengthDecode"
Field Value
System.String
|