'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
- Reader containing the binary data of PngImage.
- fileVersion
- The type of data in the stream.
- pageObj
- The page.
- imageConverterService
- Service that converts image data from one format to another.
Return Value
A new PngImage instance.