Gets or sets the DeviceColorSpaceType

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfColorSpace DeviceColorSpaceType { get; set; }
Public Property DeviceColorSpaceType As PdfColorSpace
	Get
	Set
public:
property PdfColorSpace DeviceColorSpaceType {
	PdfColorSpace get ();
	void set (PdfColorSpace value);
}
member DeviceColorSpaceType : PdfColorSpace with get, set

Property Value

PdfColorSpace

See Also