'宣言 Public Shared Function FromObject( _ ByVal value As System.Object, _ ByVal basePath As System.String, _ Optional ByVal docSource As C1DocumentSource _ ) As PictureHolder
'使用法 Dim value As System.Object Dim basePath As System.String Dim docSource As C1DocumentSource Dim value As PictureHolder value = PictureHolder.FromObject(value, basePath, docSource)
public static PictureHolder FromObject( System.object value, System.string basePath, C1DocumentSource docSource )
パラメータ
- value
- The value providing data for the new PictureHolder object.
- basePath
- The base path for resolving a relative file name.
- docSource
戻り値の型
The new instance of the PictureHolder type.