ColorSpaceCreateICCFromBuffer Method |
Creates the icc from buffer.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static ColorSpace CreateICCFromBuffer(
SDFDoc doc,
byte[] buffer
)
Public Shared Function CreateICCFromBuffer (
doc As SDFDoc,
buffer As Byte()
) As ColorSpace
public:
static ColorSpace^ CreateICCFromBuffer(
[InAttribute] SDFDoc^ doc,
[InAttribute] array<unsigned char>^ buffer
)
pdftron.PDF.ColorSpace.CreateICCFromBuffer = function(doc, buffer);
Parameters
- doc
- Type: pdftron.SDFSDFDoc
the doc
- buffer
- Type: SystemByte
the data
Return Value
Type:
ColorSpace the color space
See Also