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


ISymbologyEnvironment.OutputGDICommentForCMYKColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment Interface > ISymbologyEnvironment.OutputGDICommentForCMYKColor Property
ArcGIS Developer Help

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(
  Boolean* pCmykColor
);
[C++]
HRESULT put_OutputGDICommentForCMYKColor(
  VARIANT_BOOL pCmykColor
);
[C++]
Parameters
pCmykColor [out, retval]

pCmykColor is a parameter of type bool* pCmykColor [in]
pCmykColor is a parameter of type bool

Product Availability

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

See Also

ISymbologyEnvironment Interface