Creates a PDF document with a given color profile
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public static PdfDocument CreateColorProfilePdf(
PdfColorProfile colorProfile
)
Public Shared Function CreateColorProfilePdf (
colorProfile As PdfColorProfile
) As PdfDocument
public:
static PdfDocument^ CreateColorProfilePdf(
PdfColorProfile colorProfile
)
static member CreateColorProfilePdf :
colorProfile : PdfColorProfile -> PdfDocument
Parameters
- colorProfile
- Type: HiQPdfPdfColorProfile
The document color profile
Return Value
Type:
PdfDocumentThe created PDF document
Reference