←Select platform

YccStamp Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool YccStamp { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly