XFINIUM.PDF Documentation
DestinationOutputProfile Property



Gets or sets the destination output profile.
Syntax
'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);
}

Property Value

An ICC profile stream defining the transformation from the PDF document's source colors to output device colorants.
Remarks
Required if OutputConditionIdentifier does not specify a standard production condition; optional otherwise
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfOutputIntent Class
PdfOutputIntent Members

Send Feedback