[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.OutputIntents

OutputIntents Property

OutputIntents

Gets the list of OutputIntent objects associated with the current document.

Note that if the document is saved as PDF/A (see PdfAConformanceLevel) and this collection is empty, a default output intent will be automatically added to it.

Declaration
public IList<OutputIntent> OutputIntents { get; }
Public ReadOnly Property OutputIntents As IList(Of OutputIntent)