XFINIUM.PDF Documentation
OutputConditionIdentifier Property



Gets or sets the output condition identifier.
Syntax
'Declaration
 
Public Property OutputConditionIdentifier As String
'Usage
 
Dim instance As PdfOutputIntent
Dim value As String
 
instance.OutputConditionIdentifier = value
 
value = instance.OutputConditionIdentifier
public string OutputConditionIdentifier {get; set;}
public:
property String^ OutputConditionIdentifier {
   String^ get();
   void set (    String^ value);
}

Property Value

An ASCII string identifying the intended output device or production condition in human- or machine-readable form.
Remarks
If human-readable, this string may be used in lieu of an OutputCondition string for presentation to the user.
A typical value for this entry would be the name of a production condition maintained in an industry-standard registry such as the ICC Characterization Data Registry.
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