Sets the Bookmark's flags.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetFlags(
int flags
)
Public Sub SetFlags (
flags As Integer
)
public:
virtual void SetFlags(
[InAttribute] int flags
) sealed
function SetFlags(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