ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFilterArray Class
Members




In This Topic
    ImGearPDEFilterArray Class
    In This Topic
    Represents an array of filter specifications usually containing two or less filters: encoding and/or compression.
    Object Model
    ImGearPDEFilterArray ClassImGearPDEFilterSpec Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDEFilterArray 
    'Usage
     
    Dim instance As ImGearPDEFilterArray
    public sealed class ImGearPDEFilterArray 
    public __gc __sealed class ImGearPDEFilterArray 
    public ref class ImGearPDEFilterArray sealed 
    Remarks
    Filter information for streams. Although the ImGearPDEFilterArray is declared as a one-member array in the header file, more members can be added by dynamically allocating the ImGearPDEFilterArray with space for as many filters as you would like to add. In practice, there is seldom need for more than two filters.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDEFilterArray

    See Also