ArcObjects Library Reference (Animation)  

IVideoExporter2.UseExportFromImages Property

Indicates if export from images is to be used.

[Visual Basic .NET]
Public Property UseExportFromImages As Boolean
[C#]
public bool UseExportFromImages {get; set;}
[C++]
HRESULT get_UseExportFromImages(
  VARIANT_BOOL* pbUseExportFromImages
);
[C++]
HRESULT put_UseExportFromImages(
  VARIANT_BOOL pbUseExportFromImages
);
[C++]

Parameters

pbUseExportFromImages [out, retval]   pbUseExportFromImages is a parameter of type VARIANT_BOOL pbUseExportFromImages [in]   pbUseExportFromImages is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IVideoExporter2 Interface