ImageGear .NET
OutputIntentColorProfile Property




Gets or sets a colorspace to use in outputIntent. By default, its IG RgbProfile.
Syntax
'Declaration
 
Public Property OutputIntentColorProfile As ImGearColorProfile
'Usage
 
Dim instance As ImGearPDFPreflightConvertOptions
Dim value As ImGearColorProfile
 
instance.OutputIntentColorProfile = value
 
value = instance.OutputIntentColorProfile
public ImGearColorProfile OutputIntentColorProfile {get; set;}
public: __property ImGearColorProfile* get_OutputIntentColorProfile();
public: __property void set_OutputIntentColorProfile( 
   ImGearColorProfile* value
);
public:
property ImGearColorProfile^ OutputIntentColorProfile {
   ImGearColorProfile^ get();
   void set (    ImGearColorProfile^ value);
}

Property Value

ImGearColorProfile object.
Remarks
Constructor of this class initializes this property with "ig_rgb_profile.icm" color profile which should be placed in executable file directory. Unless this property is initialized the conversion of images in PDF file will be impossible. Place color profile file in executable file directory or initialize this property manually.
See Also

Reference

ImGearPDFPreflightConvertOptions Class
ImGearPDFPreflightConvertOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback