Artifact Constructors

Overloads

Artifact()Initializes a new instance of the Artifact class.
Artifact(ArtifactType, Attached)Initializes a new instance of the Artifact class.
Artifact(ArtifactType, Attached, SubType)Initializes a new instance of the Artifact class.
Artifact(ArtifactType, BoundingBox, Attached, SubType)Initializes a new instance of the Artifact class.
Artifact(ArtifactType, SubType)Initializes a new instance of the Artifact class.
Artifact(BoundingBox)Initializes a new instance of the Artifact class.

Artifact()

Initializes a new instance of the Artifact class.

public Artifact()
Public Sub New ()

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Artifact(ArtifactType, Attached)

Initializes a new instance of the Artifact class.

public Artifact(ArtifactType type, Attached attached)
Public Sub New (type As ArtifactType, attached As Attached)

Parameters

type
ArtifactType

Type of artifact.

attached
Attached

A value indicating to which the artifact is logically attached.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Artifact(ArtifactType, Attached, SubType)

Initializes a new instance of the Artifact class.

public Artifact(ArtifactType type, Attached attached, SubType subType)
Public Sub New (type As ArtifactType, attached As Attached, subType As SubType)

Parameters

type
ArtifactType

Type of artifact.

attached
Attached

A value indicating to which the artifact is logically attached.

subType
SubType

Sub type of the artifact.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Artifact(ArtifactType, BoundingBox, Attached, SubType)

Initializes a new instance of the Artifact class.

public Artifact(ArtifactType type, BoundingBox bBox, Attached attached, SubType subType)
Public Sub New (type As ArtifactType, bBox As BoundingBox, attached As Attached, subType As SubType)

Parameters

type
ArtifactType

Type of artifact.

bBox
BoundingBox

Bounding box of the artifact.

attached
Attached

A value indicating to which the artifact is logically attached.

subType
SubType

Sub type of the artifact.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Artifact(ArtifactType, SubType)

Initializes a new instance of the Artifact class.

public Artifact(ArtifactType type, SubType subType)
Public Sub New (type As ArtifactType, subType As SubType)

Parameters

type
ArtifactType

Type of artifact.

subType
SubType

Sub type of the artifact.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Artifact(BoundingBox)

Initializes a new instance of the Artifact class.

public Artifact(BoundingBox bBox)
Public Sub New (bBox As BoundingBox)

Parameters

bBox
BoundingBox

Bounding box of the artifact.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Artifact
ceTe.DynamicPDF

In this topic