IPXV_BookmList::Normalized Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 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 | + | {{#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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Normalized([out, retval] VARIANT_BOOL* bValue); |
− | HRESULT put_Normalized([in] VARIANT_BOOL | + | 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 02: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);