This document is archived and information here might be outdated.  Recommended version.


ISymbologyEnvironment.OutputGDICommentForCMYKColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ISymbologyEnvironment.OutputGDICommentForCMYKColor Property

Indicates if a GDI comment is output for CMYK colors.

[Visual Basic .NET]
Public Property OutputGDICommentForCMYKColor As Boolean
[C#]
public bool OutputGDICommentForCMYKColor {get; set;}
[C++]
HRESULT get_OutputGDICommentForCMYKColor(
  VARIANT_BOOL* pCmykColor
);
[C++]
HRESULT put_OutputGDICommentForCMYKColor(
  VARIANT_BOOL pCmykColor
);
[C++]

Parameters pCmykColor [out, retval] pCmykColor is a parameter of type VARIANT_BOOL pCmykColor [in] pCmykColor is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISymbologyEnvironment Interface