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