Document(ColorSpace) Constructor
Creates a PDF document with the specified color space. This property can be used to create
PDF documents in RGB, Grayscale or CMYK color spaces. By default the document uses the RGB color space.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public Document(
ColorSpace colorSpace
)
Public Sub New (
colorSpace As ColorSpace
)
Parameters
- colorSpace ColorSpace
- The color space of the document.