Artifact Constructor (String, String) |
Constructor of artifact with specified type and subtype
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Artifact(
string type,
string subType
)
Public Sub New (
type As String,
subType As String
)
public:
Artifact(
String^ type,
String^ subType
)
new :
type : string *
subType : string -> Artifact
Parameters
- type
- Type: SystemString
Name of artifact type. - subType
- Type: SystemString
NAme of artifact subtype.
See Also