![]() |
This document is archived and information here might be outdated. Recommended version. |
Indicates if export from images is to be used.
[Visual Basic .NET] Public Property UseExportFromImages As Boolean
[C#] public bool UseExportFromImages {get; set;}
[C++]
HRESULT get_UseExportFromImages(
VARIANT_BOOL pbUseExportFromImages
);
[C++]
HRESULT put_UseExportFromImages(
Boolean* pbUseExportFromImages
);
[C++]
Parameters pbUseExportFromImages [in]
pbUseExportFromImages is a parameter of type bool pbUseExportFromImages [out, retval]
pbUseExportFromImages is a parameter of type bool*