Click or drag to resize

BookmarkSetFlags Method

Sets the Bookmark's flags.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFlags(
	int flags
)

Parameters

flags
Type: SystemInt32
The new bookmark flags. Bit 1 (the least-significant bit) indicates italic font whereas bit 2 indicates bold font. Therefore, 0 indicates normal, 1 is italic, 2 is bold, and 3 is bold-italic.
See Also