| 
SDTProperties
Id Property
  | 
 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: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
Decimal
 
 
 See Also
See Also