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