ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PngImage Class / CreateRead Method
The reader.
The file version.
Service for converting image data to another format.

In This Topic
    CreateRead Method (PngImage)
    In This Topic
    Creates PngImage and reads it from specified reader.
    Syntax
    'Declaration
     
    Public Shared Function CreateRead( _
       ByVal reader As BinaryReader, _
       ByVal fileVersion As Short, _
       ByVal pageObj As Page, _
       ByVal imageConverterService As IImageConverterService _
    ) As PngImage
    public static PngImage CreateRead( 
       BinaryReader reader,
       short fileVersion,
       Page pageObj,
       IImageConverterService imageConverterService
    )

    Parameters

    reader
    The reader.
    fileVersion
    The file version.
    pageObj
    imageConverterService
    Service for converting image data to another format.
    See Also