LEADTOOLS Image File Support (Leadtools.Codecs assembly)

YccStamp Property

Show in webframe







Gets and sets a value indicating the color space to use when saving EXIF stamp images.
Syntax
public bool YccStamp {get; set;}
'Declaration
 
Public Property YccStamp As Boolean
'Usage
 
Dim instance As CodecsJpegSaveOptions
Dim value As Boolean
 
instance.YccStamp = value
 
value = instance.YccStamp
public bool YccStamp {get; set;}
@property (nonatomic, assign) BOOL yccStamp;
public boolean getYccStamp()
public void setYccStamp(boolean value)
            
 
get_YccStamp();
set_YccStamp(value);
Object.defineProperty('YccStamp');
public:
property bool YccStamp {
   bool get();
   void set (    bool value);
}

Property Value

true to save the stamp as YCC colorspace, false to save with RGB.
Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegSaveOptions Class
CodecsJpegSaveOptions Members
Compression Using LEAD and JPEG Formats

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.