Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutputIntent Class / DestOutputProfile Property

In This Topic
    DestOutputProfile Property
    In This Topic
    Gets or sets an GrapeCity.Documents.Pdf.Graphics.ColorSpaces.ICCProfile color space defining the transformation from the PDF document’s source colors to output device colorants.
    Syntax
    'Declaration
     
    Public Property DestOutputProfile As ICCProfile
    public ICCProfile DestOutputProfile {get; set;}
    See Also