ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFilterSpec Class / DecodeParams Field




In This Topic
    DecodeParams Field
    In This Topic
    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