This document is archived and information here might be outdated. Recommended version. |
The images per second to be exported during sequential image export.
[Visual Basic .NET]
Public Property ImagesPerSecond As Integer
[C#]
public int ImagesPerSecond {get; set;}
[C++]
HRESULT get_ImagesPerSecond(
long pImagesPerSecond
);
[C++]
HRESULT put_ImagesPerSecond(
System.Int32* pImagesPerSecond
);
[C++] Parameters pImagesPerSecond [in]
pImagesPerSecond is a parameter of type long pImagesPerSecond [out, retval]
pImagesPerSecond is a parameter of type long*