PdfDeviceColorSpace
DeviceColorSpaceType Property
|
Gets or sets the DeviceColorSpaceType
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfColorSpace
See Also