 | PdfiumFPDFColorSpace_GetStockCS Method |
Get a stock color space object that represents the specified color space.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFColorSpace_GetStockCS(
ColorTypes colorSpace
)
Public Shared Function FPDFColorSpace_GetStockCS (
colorSpace As ColorTypes
) As IntPtr
public:
static IntPtr FPDFColorSpace_GetStockCS(
ColorTypes colorSpace
)
static member FPDFColorSpace_GetStockCS :
colorSpace : ColorTypes -> IntPtr
public static IntPtr FPDFColorSpace_GetStockCS(
ColorTypes colorSpace
)
Patagames.Pdf.Pdfium.FPDFColorSpace_GetStockCS = function(colorSpace);
Parameters
- colorSpace ColorTypes
- The color space to be returned.
Return Value
IntPtrA color space object that represents the specified color space; IntPtr.Zero if an unsupported color space is specified.
Remarks
See Also