Get or set the 0-Based index of the frame to display.

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

Syntax

C#
public int FrameIndex { get; set; }
Visual Basic
Public Property FrameIndex As Integer
	Get
	Set

Remarks

Most images contain only 1 frame. TIFF images may contain more than one frame, use this proeprty to select the frame to display in the PDF document.

See Also