Image3D Constructors
Overloads
Image3D(Byte[], Single, Single, Single, Single) | Returns an Image3D of the correct type for the given byte array data. |
Image3D(Stream, Single, Single, Single, Single) | Returns an Image3D of the correct type for the given stream data. |
Image3D(String, Single, Single, Single, Single) | Returns an Image3D of the correct type for the given physical file path. |
Image3D(Byte[], Single, Single, Single, Single)
Returns an Image3D of the correct type for the given byte array data.
public Image3D(Byte[] data, float x, float y, float width, float height)
Parameters
- data
- Byte[]
Byte array containing the 3D image data.
X coordinate of the image.
Y coordinate of the image.
- width
- Single
Width of the 3D image.
- height
- Single
Height of the 3D image.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Image3D(Stream, Single, Single, Single, Single)
Returns an Image3D of the correct type for the given stream data.
public Image3D(Stream stream, float x, float y, float width, float height)
Parameters
X coordinate of the image.
Y coordinate of the image.
- width
- Single
Width of the 3D image.
- height
- Single
Height of the 3D image.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Image3D(String, Single, Single, Single, Single)
Returns an Image3D of the correct type for the given physical file path.
public Image3D(string filePath, float x, float y, float width, float height)
Parameters
- filePath
- String
Physical file path of the 3D image.
X coordinate of the 3D image.
Y coordinate of the 3D image.
- width
- Single
Width of the 3D image.
- height
- Single
Height of the 3D image.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
See Also
Image3DceTe.DynamicPDF.PageElements