ImageInformation3D.Get3DImage

Overloads

Get3DImage()Returns the Extracted3DImageData object for the image extracted.
Get3DImage(String, [Optional] Boolean)Draws the 3D image at the given file path.

Get3DImage()

Returns the Extracted3DImageData object for the image extracted.

public Extracted3DImageData Get3DImage()
Function Get3DImage() As Extracted3DImageData

Returns

Extracted3DImageData

A Extracted3DImageData object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Get3DImage(String, [Optional] Boolean)

Draws the 3D image at the given file path.

public void Get3DImage(string filePath, [bool addFileExtension = True])
Sub Get3DImage(filePath As String, Optional addFileExtension As Boolean = True)

Parameters

filePath
String

File path to save the image.

addFileExtension
Boolean

The boolean indicating whether to add file extension, Defualt is True.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Extracted3DImageData
ImageInformation3D
ceTe.DynamicPDF.Merger

In this topic