Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int BookmarkIdSeed { get; set; }
Public Property BookmarkIdSeed As Integer
	Get
	Set
public:
property int BookmarkIdSeed {
	int get ();
	void set (int value);
}
member BookmarkIdSeed : int with get, set

Property Value

Int32

See Also