This document is archived and information here might be outdated. Recommended version. |
The list of allowed compressions, None, LZ77, and JPEG.
[Visual Basic .NET]
Public Property AllowedCompressions As String
[C#]
public string AllowedCompressions {get; set;}
[C++]
HRESULT get_AllowedCompressions(
BSTR pAllowedCompressions
);
[C++]
HRESULT put_AllowedCompressions(
System.String* pAllowedCompressions
);
[C++] Parameters pAllowedCompressions [in]
pAllowedCompressions is a parameter of type BSTR pAllowedCompressions [out, retval]
pAllowedCompressions is a parameter of type BSTR*