Artifact Constructor (String, String)
Constructor of artifact with specified type and subtype

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Artifact(
	string type,
	string subType
)

Parameters

type
Type: SystemString
Name of artifact type.
subType
Type: SystemString
NAme of artifact subtype.
See Also