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



Gets or sets a value indicating the color space to use when saving EXIF stamp images.

Syntax

Visual Basic (Declaration) 
Public Property YccStamp As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpegOptions.CodecsJpegSaveOptions
Dim value As Boolean
 
instance.YccStamp = value
 
value = instance.YccStamp
C# 
public bool YccStamp {get; set;}
C++/CLI 
public:
property bool YccStamp {
   bool get();
   void set (bool value);
}

Return Value

true to save the stamp as YCC color space, false to save with RGB.

Example

For an example, refer to CodecsJpegOptions.

Requirements

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

See Also