←Select platform

Compression Property

Summary

Gets the compression of the image file.

Syntax
C#
VB
Objective-C
C++
Java
public string Compression { get; } 
Public ReadOnly Property Compression As String 
@property (nonatomic, copy, readonly, nullable) NSString *compression 
public String getCompression() 
public: 
property String^ Compression { 
   String^ get(); 
} 

Property Value

A String containing the compression of the image file.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly