Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

YccStamp Property








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)
            
 <br/>get_YccStamp();<br/>set_YccStamp(value);<br/>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

Error processing SSI file