[This is preliminary documentation and is subject to change.]
Namespace: NFX.Media.PDF.ElementsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ImageElement(
string filePath,
float width,
float height
)
public ImageElement(
string filePath,
float width,
float height
)
Public Sub New (
filePath As String,
width As Single,
height As Single
)
Public Sub New (
filePath As String,
width As Single,
height As Single
)
public:
ImageElement(
String^ filePath,
float width,
float height
)
public:
ImageElement(
String^ filePath,
float width,
float height
)
new :
filePath : string *
width : float32 *
height : float32 -> ImageElement
new :
filePath : string *
width : float32 *
height : float32 -> ImageElement