Artifact.Artifact
Artifact(string, string)
Constructor of artifact with specified type and subtype
public Artifact(string type, string subType)
| Parameter | Type | Description |
|---|---|---|
| type | String | Name of artifact type. |
| subType | String | NAme of artifact subtype. |
See Also
- class Artifact
- namespace Aspose.Pdf
- assembly Aspose.PDF
Artifact(ArtifactType, ArtifactSubtype)
Constructor of artifact with specified type and subtype
public Artifact(ArtifactType type, ArtifactSubtype subType)
| Parameter | Type | Description |
|---|---|---|
| type | ArtifactType | Artifact type. |
| subType | ArtifactSubtype | Artifact subtype. |
See Also
- enum ArtifactType
- enum ArtifactSubtype
- class Artifact
- namespace Aspose.Pdf
- assembly Aspose.PDF