Extract the number of frames from the image data.

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

Syntax

C#
public static int GetFrameCount(
	Bitmap bitmap
)
Visual Basic
Public Shared Function GetFrameCount ( _
	bitmap As Bitmap _
) As Integer

Parameters

bitmap
Type: System.Drawing..::..Bitmap
A Bitmap object.

See Also