This document is archived and information here might be outdated. Recommended version. |
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 int height [in]
height is a parameter of type int
Call pVideoExporter.PutCustomSize(500, 500)