This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.PutCustomSize Method (ArcObjects .NET 10.5 SDK) |
The custom image size for video export.
[Visual Basic .NET] Public Sub PutCustomSize ( _ ByVal width As Integer, _ ByVal height As Integer _ )
[C#] public void PutCustomSize ( int width, int height );
[C++]
HRESULT PutCustomSize(
Long width,
Long height
);
[C++]
Parameters width [in] width is a parameter of type Long height [in] height is a parameter of type Long
Call pVideoExporter.PutCustomSize(500, 500)