CFF2PropertyCustom Constructor

Initializes a new instance of the CFF2PropertyCustom class.

Namespace:  Aspose.CAD.FileFormats.CFF2
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CFF2PropertyCustom(
	string name,
	string containt
)

Parameters

name
Type: SystemString
containt
Type: SystemString
See Also