This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbUseCustomSize
);
[C++] Parameters pbUseCustomSize [in]
pbUseCustomSize is a parameter of type bool pbUseCustomSize [out, retval]
pbUseCustomSize is a parameter of type bool*