Sets the PDF/X output intent for this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void SetPdfXOutputIntent(
PdfColorProfile colorProfile
)
VB
Public Sub SetPdfXOutputIntent (
colorProfile As PdfColorProfile
)
Parameters
- colorProfile
- Type: BitMiracle.Docotic.Pdf.PdfColorProfile
An ICC color profile from which
to create PDF/X output intent for this document.
See Also