BookmarkCollection
Item Property (String)
|
Gets the
Bookmark
with the specified name.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Bookmark this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Bookmark
Get
public:
property Bookmark^ default[String^ name] {
Bookmark^ get (String^ name);
}
member Item : Bookmark with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
Bookmark
See Also