Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Jpeg Property
See Also 
Leadtools.Codecs Namespace > CodecsImageInfo Class : Jpeg Property



Gets the CodecsJpegImageInfo class that specifies the JPEG format options.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Jpeg As CodecsJpegImageInfo
Visual Basic (Usage)Copy Code
Dim instance As CodecsImageInfo
Dim value As CodecsJpegImageInfo
 
value = instance.Jpeg
C# 
public CodecsJpegImageInfo Jpeg {get;}
C++/CLI 
public:
property CodecsJpegImageInfo^ Jpeg {
   CodecsJpegImageInfo^ get();
}

Return Value

The CodecsJpegImageInfo class that specifies the JPEG format options.

Example

For an example, refer to CodecsImageInfo.

Remarks

The CodecsJpegImageInfo value of this property contains the JPEG specific information of the image file.

The Jpeg property contain valid information only if the file contains a valid JPEG format file. In other words, the value of CodecsImageInfo.Format must be one of the following:

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also