CFF2PropertyStandard Constructor |
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CFF2PropertyStandard(
int indexName,
string containt
)
Public Sub New (
indexName As Integer,
containt As String
)
public:
CFF2PropertyStandard(
int indexName,
String^ containt
)
new :
indexName : int *
containt : string -> CFF2PropertyStandard
Parameters
- indexName
- Type: SystemInt32
- containt
- Type: SystemString
See Also