'Declaration
Public Property DestinationOutputProfile As PdfIccColorSpace
'Usage
Dim instance As PdfOutputIntent Dim value As PdfIccColorSpace instance.DestinationOutputProfile = value value = instance.DestinationOutputProfile
public PdfIccColorSpace DestinationOutputProfile {get; set;}
public: property PdfIccColorSpace^ DestinationOutputProfile { PdfIccColorSpace^ get(); void set ( PdfIccColorSpace^ value); }