 | PdfBookmarkIsBold Property |
Determines whether the bookmark should be bold.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool IsBold { get; set; }
Public Property IsBold As Boolean
Get
Set
public:
property bool IsBold {
bool get ();
void set (bool value);
}
member IsBold : bool with get, set
/** @property */
public boolean get_IsBold()
/** @property */
public void set_IsBold(boolean value)
function get_IsBold();
function set_IsBold(value);
Property Value
Boolean
See Also