Attached Constructors

Overloads

Attached(Edge)Initializes a new instance of the Attached class.
Attached(Edge, Edge)Initializes a new instance of the Attached class.
Attached(Edge, Edge, Edge)Initializes a new instance of the Attached class.
Attached(Edge, Edge, Edge, Edge)Initializes a new instance of the Attached class.

Attached(Edge)

Initializes a new instance of the Attached class.

public Attached(Edge value)
Public Sub New (value As Edge)

Parameters

value
Edge

Value of the edge.

Licensing Info

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

Attached(Edge, Edge)

Initializes a new instance of the Attached class.

public Attached(Edge value1, Edge value2)
Public Sub New (value1 As Edge, value2 As Edge)

Parameters

value1
Edge

Value of the edge.

value2
Edge

Value of the edge.

Licensing Info

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

Attached(Edge, Edge, Edge)

Initializes a new instance of the Attached class.

public Attached(Edge value1, Edge value2, Edge value3)
Public Sub New (value1 As Edge, value2 As Edge, value3 As Edge)

Parameters

value1
Edge

Value of the edge.

value2
Edge

Value of the edge.

value3
Edge

Value of the edge.

Licensing Info

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

Attached(Edge, Edge, Edge, Edge)

Initializes a new instance of the Attached class.

public Attached(Edge value1, Edge value2, Edge value3, Edge value4)
Public Sub New (value1 As Edge, value2 As Edge, value3 As Edge, value4 As Edge)

Parameters

value1
Edge

Value of the edge.

value2
Edge

Value of the edge.

value3
Edge

Value of the edge.

value4
Edge

Value of the edge.

Licensing Info

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

See Also

Attached
ceTe.DynamicPDF

In this topic