Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / OutputIntents Property

In This Topic
    OutputIntents Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public ReadOnly Property OutputIntents As System.Collections.Generic.IList(Of OutputIntent)
    public System.Collections.Generic.IList<OutputIntent> OutputIntents {get;}
    See Also