'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.