This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.UseCustomSize Property (ArcObjects .NET 10.4 SDK) |
Indicates if a custom image size should be used.
[Visual Basic .NET] Public Property UseCustomSize As Boolean
[C#] public bool UseCustomSize {get; set;}
[C++]
HRESULT get_UseCustomSize(
VARIANT_BOOL* pbUseCustomSize
);
[C++]
HRESULT put_UseCustomSize(
VARIANT_BOOL pbUseCustomSize
);
[C++]
Parameters pbUseCustomSize [out, retval] pbUseCustomSize is a parameter of type VARIANT_BOOL pbUseCustomSize [in] pbUseCustomSize is a parameter of type VARIANT_BOOL