Image Constructor (String, Stream, Boolean, Int32)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Image class.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.XObjects
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Image(
	string resourceId,
	Stream imageStream,
	bool useTransparency,
	int frameIndex = 0
)

Parameters

resourceId
Type: SystemString
The resource id.
imageStream
Type: System.IOStream
Stream with image data.
useTransparency
Type: SystemBoolean
if set to true [use transparency].
frameIndex (Optional)
Type: SystemInt32
Index of the frame.
See Also

Reference