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


IServerSymbolOutputOptions.PictureOutputType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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