IPXV_BookmList::Normalized Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BookmList::Normalized Property}}
 
{{#customTitle:IPXV_BookmList::Normalized Property}}
{{#parentPage:PXV:IPXV_BookmList#Properties|Normalized Property|property}}
+
{{#parentPage:PXV:IPXV_BookmList#Properties|Normalized|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Normalized([out, retval]  VARIANT_BOOL*  pValue);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Normalized([out, retval]  VARIANT_BOOL*  bValue);
HRESULT put_Normalized([in]  VARIANT_BOOL  pValue);
+
HRESULT put_Normalized([in]  VARIANT_BOOL  bValue);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_BookmList|IPXV_BookmList]]
 
[[PXV:IPXV_BookmList|IPXV_BookmList]]

Latest revision as of 03:48, 15 June 2015


Gets/sets whether the bookmarks list is normalized.

Syntax

HRESULT get_Normalized([out, retval]  VARIANT_BOOL*  bValue);
HRESULT put_Normalized([in]  VARIANT_BOOL  bValue);

See Also

IPXV_BookmList