ArcObjects Library Reference (Animation)  

IVideoExporter.UseCustomSize Property

Indicates if a custom image size should be used.

[Visual Basic .NET]
Public Property UseCustomSize As Boolean
[C#]
public bool UseCustomSize {get; set;}
[C++]
HRESULT get_UseCustomSize(
  VARIANT_BOOL* pbUseCustomSize
);
[C++]
HRESULT put_UseCustomSize(
  VARIANT_BOOL pbUseCustomSize
);
[C++]

Parameters

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

Product Availability

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

See Also

IVideoExporter Interface