Gets the id. specifes that the contents of this attribute contains a decimal number.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

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

Property Value

Decimal

See Also