PdfDocument.SetPdfAOutputIntent Method

Sets the PDF/A output intent for this document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void SetPdfAOutputIntent(
	PdfColorProfile colorProfile
)
VB
Public Sub SetPdfAOutputIntent ( 
	colorProfile As PdfColorProfile
)

Parameters

colorProfile
Type: BitMiracle.Docotic.Pdf.PdfColorProfile
An ICC color profile from which to create PDF/A output intent for this document.

See Also