This document is archived and information here might be outdated. Recommended version. |
The total frames to be exported.
[Visual Basic .NET]
Public Property TotalFrames As Integer
[C#]
public int TotalFrames {get; set;}
[C++]
HRESULT get_TotalFrames(
long pTotalFrames
);
[C++]
HRESULT put_TotalFrames(
System.Int32* pTotalFrames
);
[C++] Parameters pTotalFrames [in]
pTotalFrames is a parameter of type long pTotalFrames [out, retval]
pTotalFrames is a parameter of type long*