Accusoft.ImagXpress13.Net
UseCmyk Property (SaveOptionsJpeg)




Gets and sets whether the CMYK color space is used.
Syntax
public bool UseCmyk {get; set;}
public: __property bool get_UseCmyk();
public: __property void set_UseCmyk( 
   bool value
);
public:
property bool UseCmyk {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property UseCmyk As Boolean
 
'Usage
 
Dim instance As SaveOptionsJpeg
Dim value As Boolean
 
instance.UseCmyk = value
 
value = instance.UseCmyk
Remarks
Note: SaveOptions.UseEmbeddedColorManagement must be set to true and SaveOptions.TargetProfileName must be set to save as CMYK.

The default value is false.

See Also

Reference

SaveOptionsJpeg Class
SaveOptionsJpeg Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback