CFF2PropertyStandard Constructor

Initializes a new instance of the CFF2PropertyStandard class.

Namespace:  Aspose.CAD.FileFormats.CFF2
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CFF2PropertyStandard(
	int indexName,
	string containt
)

Parameters

indexName
Type: SystemInt32
containt
Type: SystemString
See Also