PDFOUTLINENODE_CharSet
IPDFDocument3 :: Outlines

See Also
Collapse All

This property gets or sets the character set for the title of the current node.

Syntax

TxFontCharset PDFOUTLINENODE_CharSet { get; set; }
Value
One of the TxFontCharset values

Remarks

This property determines the character set of the Title property. If this property is not equal to ANSI_CHARSET, then the Title property is information stored in a PDF document as Unicode strings to support national languages. You can change any node attributes during run-time. See PDFOUTLINENODE_Action, PDFOUTLINENODE_Title.

Equivalent in new interface: None. See IPDFDocument4::AddOutlineAfter, IPDFDocument4::AddOutlineBefore and IPDFDocument4::AddOutlineChild.

See Also

Reference