 | PdfDocumentOutputIntents Property |
Gets or sets the collection of output intents describing the color characteristics of output devices on which the document might be rendered.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfOutputIntentsCollection OutputIntents { get; set; }Public Property OutputIntents As PdfOutputIntentsCollection
Get
Set
public:
property PdfOutputIntentsCollection^ OutputIntents {
PdfOutputIntentsCollection^ get ();
void set (PdfOutputIntentsCollection^ value);
}member OutputIntents : PdfOutputIntentsCollection with get, set
/** @property */
public PdfOutputIntentsCollection get_OutputIntents()
/** @property */
public void set_OutputIntents(PdfOutputIntentsCollection value)
function get_OutputIntents();
function set_OutputIntents(value);
Property Value
PdfOutputIntentsCollection
See Also