FlexReport for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / Utils Class / GetImageEmbeddedResource Method / GetImageEmbeddedResource(String) Method
The image name.

In This Topic
    GetImageEmbeddedResource(String) Method
    In This Topic
    Gets the image from embedded resource.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetImageEmbeddedResource( _
       ByVal imageName As String _
    ) As C1ImageHelper
    public static C1ImageHelper GetImageEmbeddedResource( 
       string imageName
    )

    Parameters

    imageName
    The image name.

    Return Value

    The image from embedded resource.
    See Also