PdfBookmark Constructor (String, Color, FontStyle, PdfAction, Boolean) |
Constructs a new PdfBookmark object with the specified text, color, style,
action, and open/closed state
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfBookmark(
string text,
Color color,
FontStyle style,
PdfAction action,
bool isOpen
)
Public Sub New (
text As String,
color As Color,
style As FontStyle,
action As PdfAction,
isOpen As Boolean
)
Parameters
- text
- Type: SystemString
The text for the bookmark
- color
- Type: System.DrawingColor
The color of the bookmark
- style
- Type: System.DrawingFontStyle
The FontStyle for the bookmark
- action
- Type: Atalasoft.PdfDocPdfAction
An action to perform when the bookmark is clicked
- isOpen
- Type: SystemBoolean
Indicates whether or not children of this bookmark will be initially visible
to the user
See Also