Initialize a new instance of the image class from an image file and select the frame index.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Image(
	string path,
	int frameIndex
)
Visual Basic
Public Sub New ( _
	path As String, _
	frameIndex As Integer _
)

Parameters

path
Type: System..::..String
Absolute, relative or virtual path.
frameIndex
Type: System..::..Int32
0-based frame index.

See Also