IPXS_DecodeFilter::Name Property

From PDF XChange PDF SDK
Revision as of 03:40, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Returns an atom associated with PDF name of the filter. Some filters, like FlateDecode, may have two names and depends of bShort parameter different names are returned. For other type of filters this parameter would be ignored.

Syntax

HRESULT get_Name([in, defaultvalue(0)]  VARIANT_BOOL  bShort,
                 [out, retval]          ULONG*        nName);

Parameters

bShort
[in, defaultvalue(0)] Specifies which variant of the filter should be returned - long or short. For example, for FlateDecode filter, long name is FlateDecode and short name - Fl.

See Also

IPXS_DecodeFilter