 | PdfiumFPDFShadingPattern_SetColorSpace Method |
Set the color space in which color values are expressed.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFShadingPattern_SetColorSpace(
IntPtr shadding_pattern,
IntPtr hColorSpace
)
Public Shared Function FPDFShadingPattern_SetColorSpace (
shadding_pattern As IntPtr,
hColorSpace As IntPtr
) As Boolean
public:
static bool FPDFShadingPattern_SetColorSpace(
IntPtr shadding_pattern,
IntPtr hColorSpace
)
static member FPDFShadingPattern_SetColorSpace :
shadding_pattern : IntPtr *
hColorSpace : IntPtr -> bool
public static boolean FPDFShadingPattern_SetColorSpace(
IntPtr shadding_pattern,
IntPtr hColorSpace
)
Patagames.Pdf.Pdfium.FPDFShadingPattern_SetColorSpace = function(shadding_pattern, hColorSpace);
Parameters
- shadding_pattern IntPtr
- The handle to the shading pattern.
- hColorSpace IntPtr
- Handle to the color space object.
Return Value
Boolean
If the function succeeds, the return value is a handle to the color space object.
Remarks
You can specify any color space except
CsPattern
See Also