ColorSpaceCreateDeviceGray Method |
Create a new DeviceGray ColorSpace object.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static ColorSpace CreateDeviceGray()
Public Shared Function CreateDeviceGray As ColorSpace
public:
static ColorSpace^ CreateDeviceGray()
pdftron.PDF.ColorSpace.CreateDeviceGray = function();
Return Value
Type:
ColorSpace the color space
See Also