ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRawLoadOptions Class / Compression Property




In This Topic
    Compression Property (ImGearRawLoadOptions)
    In This Topic
    Gets or sets image compression.
    Syntax
    'Declaration
     
    Public Property Compression As ImGearCompressions
    'Usage
     
    Dim instance As ImGearRawLoadOptions
    Dim value As ImGearCompressions
     
    instance.Compression = value
     
    value = instance.Compression
    public ImGearCompressions Compression {get; set;}
    public: __property ImGearCompressions get_Compression();
    public: __property void set_Compression( 
       ImGearCompressions value
    );
    public:
    property ImGearCompressions Compression {
       ImGearCompressions get();
       void set (    ImGearCompressions value);
    }

    Property Value

    ImGearCompressions enumeration value.
    Remarks
    For additional information see ImGearCompressions.
    See Also