PdfDocument(PdfStandard, PdfColorSpace, PdfColorProfile) Constructor
Constructs an empty PDF document with a standard, color space and color profile
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfDocument(
PdfStandard standard,
PdfColorSpace colorSpace,
PdfColorProfile colorProfile
)
Public Sub New (
standard As PdfStandard,
colorSpace As PdfColorSpace,
colorProfile As PdfColorProfile
)
public:
PdfDocument(
PdfStandard standard,
PdfColorSpace colorSpace,
PdfColorProfile colorProfile
)
new :
standard : PdfStandard *
colorSpace : PdfColorSpace *
colorProfile : PdfColorProfile -> PdfDocument
Parameters
- standard PdfStandard
- The PDF document standard
- colorSpace PdfColorSpace
- The PDF document color space
- colorProfile PdfColorProfile
- The PDF document color profile