Accusoft.ImagXpress13.Net
ColorSpace Property (SaveOptionsPdf)




Gets and sets the color space of the PDF image being saved.
Syntax
'Declaration
 
<ObsoleteAttribute("This property is deprecated, please use UseJpegCmyk to specify CMYK.
 PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")>
Public Property ColorSpace As ColorSpace
'Usage
 
Dim instance As SaveOptionsPdf
Dim value As ColorSpace
 
instance.ColorSpace = value
 
value = instance.ColorSpace
[ObsoleteAttribute("This property is deprecated, please use UseJpegCmyk to specify CMYK.
 PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")]
public ColorSpace ColorSpace {get; set;}
[ObsoleteAttribute("This property is deprecated, please use UseJpegCmyk to specify CMYK.
 PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")]
public: __property ColorSpace get_ColorSpace();
public: __property void set_ColorSpace( 
   ColorSpace value
);
[ObsoleteAttribute("This property is deprecated, please use UseJpegCmyk to specify CMYK.
 PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")]
public:
property ColorSpace ColorSpace {
   ColorSpace get();
   void set (    ColorSpace value);
}

Property Value

A ColorSpace enumeration value.
Remarks

Note: PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.

See Also

Reference

SaveOptionsPdf Class
SaveOptionsPdf Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback