'Declaration Public Shared Function LoadPresState( _ ByVal stream As Stream, _ ByVal page As ImGearRasterPage, _ ByVal pageDisplay As IImGearPageDisplay, _ ByVal options As ImGearPresStateOptions _ ) As ImGearMetadataHead
'Usage Dim stream As Stream Dim page As ImGearRasterPage Dim pageDisplay As IImGearPageDisplay Dim options As ImGearPresStateOptions Dim value As ImGearMetadataHead value = ImGearDICOM.LoadPresState(stream, page, pageDisplay, options)
public static ImGearMetadataHead LoadPresState( Stream stream, ImGearRasterPage page, IImGearPageDisplay pageDisplay, ImGearPresStateOptions options )
public: static ImGearMetadataHead* LoadPresState( Stream* stream, ImGearRasterPage* page, IImGearPageDisplay* pageDisplay, ImGearPresStateOptions options )
public: static ImGearMetadataHead^ LoadPresState( Stream^ stream, ImGearRasterPage^ page, IImGearPageDisplay^ pageDisplay, ImGearPresStateOptions options )
Parameters
- stream
- Stream, containing presentation state object.
- page
- Page to apply Presentation State to.
- pageDisplay
- PageDisplay to apply Presentation State to.
- options
- Options structure, tells which settings need to be applied.
Return Value
New instance of ImageGear.Core.ImGearMetadataHead class object, containing metadata loaded from the Presentation State object.