This document is archived and information here might be outdated. Recommended version. |
Indicates default values of renderer property pages.
[Visual Basic .NET] Public Property PageDefaults As IPropertySet
[C#] public IPropertySet PageDefaults {get; set;}
[C++]
HRESULT get_PageDefaults(
IPropertySet** ppiPropSet
);
[C++]
HRESULT put_PageDefaults(
IPropertySet* ppiPropSet
);
[C++]
Parameters ppiPropSet [out, retval]
ppiPropSet is a parameter of type IPropertySet** ppiPropSet [in]
ppiPropSet is a parameter of type IPropertySet*