ImageGear .NET v25.0 - Updated
DecodeParams Field




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFilterSpec Class : DecodeParams Field
Parameters used by decoding filters specified with the Filter key.
Syntax
'Declaration
 
Public DecodeParams As ImGearPDFBasObj
'Usage
 
Dim instance As ImGearPDEFilterSpec
Dim value As ImGearPDFBasObj
 
value = instance.DecodeParams
 
instance.DecodeParams = value
public ImGearPDFBasObj DecodeParams
public: ImGearPDFBasObj* DecodeParams
public:
ImGearPDFBasObj^ DecodeParams

Field Value

ImGearPDFBasObj class object.
Remarks
Corresponds to DecodeParms key in the stream dictionary. Must be set to null if filter spec is specified but no decode parameters are specified. This can be done by zeroing the unused decode params. Required decode params for DCTDecode are Columns, Rows, and Colors. The default value is null.
See Also

Reference

ImGearPDEFilterSpec Class
ImGearPDEFilterSpec Members
ImGearPDFBasObj Class