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