ImageGear for .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.
See Also

Reference

ImGearPDFPreflightConvertOptions Class
ImGearPDFPreflightConvertOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback