←Select platform

Compression Property

Summary

Gets the compression of the image file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Compression { get; } 
Public ReadOnly Property Compression As String 
public string Compression {get;} 
@property (nonatomic, copy, readonly, nullable) NSString *compression 
public String getCompression() 
 get_Compression();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly