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


IServerSymbolOutputOptions.PictureOutputType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IServerSymbolOutputOptions Interface > IServerSymbolOutputOptions.PictureOutputType Property
ArcGIS Developer Help

IServerSymbolOutputOptions.PictureOutputType Property

Picture output type for symbols that contain pictures.

[Visual Basic .NET]
Public Property PictureOutputType As esriServerPictureOutputType
[C#]
public esriServerPictureOutputType PictureOutputType {get; set;}
[C++]
HRESULT get_PictureOutputType(
  esriServerPictureOutputType* PictureOutputType
);
[C++]
HRESULT put_PictureOutputType(
  esriServerPictureOutputType PictureOutputType
);
[C++]
Parameters
PictureOutputType [out, retval]

PictureOutputType is a parameter of type esriServerPictureOutputType* PictureOutputType [in]
PictureOutputType is a parameter of type esriServerPictureOutputType

Product Availability

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

See Also

IServerSymbolOutputOptions Interface