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


IExportVectorOptionsEx.ExportPictureSymbolOptions Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IExportVectorOptionsEx.ExportPictureSymbolOptions Property

Options describing what to do with Picture Symbol on export.

[Visual Basic .NET]
Public Property ExportPictureSymbolOptions As esriPictureSymbolOptions
[C#]
public esriPictureSymbolOptions ExportPictureSymbolOptions {get; set;}
[C++]
HRESULT get_ExportPictureSymbolOptions(
  esriPictureSymbolOptions* opt
);
[C++]
HRESULT put_ExportPictureSymbolOptions(
  esriPictureSymbolOptions opt
);
[C++]

Parameters opt [out, retval]
opt is a parameter of type esriPictureSymbolOptions opt [in]
opt is a parameter of type esriPictureSymbolOptions

Product Availability

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

See Also

IExportVectorOptionsEx Interface