ImageGear for .NET
GetDefaultColorSpace Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEContent Class : GetDefaultColorSpace Method




colorSpaceName
An atom for the name of the desired color space. Must be an atom for one of DefaultRGB, DefaultCMYK, or DefaultGray.

Glossary Item Box

Gets a default color space from the current content.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

colorSpaceName
An atom for the name of the desired color space. Must be an atom for one of DefaultRGB, DefaultCMYK, or DefaultGray.

Return Value

ImGearPDEColorSpace class object. Returns Null, if ColorSpaceName does not correspond to a known default, such as DefaultRGB.

Remarks

See Section 4.5.4 in the PDF Reference for more information about default color spaces.

See Also

©2013. Accusoft Corporation. All Rights Reserved.