XFINIUM.PDF Documentation
OutputIntents Property (PdfFixedDocument)



Xfinium.Pdf Namespace > PdfFixedDocument Class : OutputIntents Property
Gets or sets the collection of output intents.
Syntax
'Declaration
 
Public Property OutputIntents As PdfOutputIntentCollection
'Usage
 
Dim instance As PdfFixedDocument
Dim value As PdfOutputIntentCollection
 
instance.OutputIntents = value
 
value = instance.OutputIntents
public PdfOutputIntentCollection OutputIntents {get; set;}
public:
property PdfOutputIntentCollection^ OutputIntents {
   PdfOutputIntentCollection^ get();
   void set (    PdfOutputIntentCollection^ value);
}

Property Value

A collection of PdfOutputIntent objects describing the color characteristics of output devices on which the document might be rendered.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PdfFixedDocument Class
PdfFixedDocument Members