'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); }