C#
VB
Java
Objective-C
WinRT C#
C++
Gets and sets a value indicating the color space to use when saving EXIF stamp images.
public bool YccStamp { get; set; }
Public Property YccStamp As Boolean
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');
true to save the stamp as YCC colorspace, false to save with RGB.
For an example, refer to CodecsJpegOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET