←Select platform

Jpeg Property

Summary

Gets extra information about the image if the file format is JPEG or LEAD CMP.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsJpegImageInfo Jpeg { get; } 
Public ReadOnly Property Jpeg As CodecsJpegImageInfo 
@property (nonatomic, strong, readonly) LTCodecsJpegImageInfo *jpeg 
public CodecsJpegImageInfo getJpeg() 
public: 
property CodecsJpegImageInfo^ Jpeg { 
   CodecsJpegImageInfo^ get(); 
} 

Property Value

A CodecsJpegImageInfo object that contains extra information about the image if the file format is JPEG or LEAD CMP.

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