ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearPageDisplay Interface
Members




In This Topic
    IImGearPageDisplay Interface
    In This Topic
    Defines interface for page display.
    Object Model
    IImGearPageDisplay InterfaceIImGearAntiAlias InterfaceImGearAnnotationPage ClassIImGearBackground InterfaceImGearDisplayChannels ClassImGearDisplayChannel ClassIImGearColorAntiAlias InterfaceIImGearDICOMDisplaySettings InterfaceImGearScrollInfo StructureImGearZoomInfo StructureIImGearLayout InterfaceImGearMultichannelLUT ClassIImGearOrientation InterfaceImGearPage ClassIImGearResample InterfaceImGearScrollInfo Structure
    Syntax
    'Declaration
     
    <TypeConverterAttribute(ImageGear.Display.ImGearPageDisplayConverter)>
    <ComVisibleAttribute(False)>
    Public Interface IImGearPageDisplay 
    'Usage
     
    Dim instance As IImGearPageDisplay
    [TypeConverter(ImageGear.Display.ImGearPageDisplayConverter)]
    [ComVisible(false)]
    public interface IImGearPageDisplay 
    [TypeConverter(ImageGear.Display.ImGearPageDisplayConverter)]
    [ComVisible(false)]
    public __gc __interface IImGearPageDisplay 
    [TypeConverter(ImageGear.Display.ImGearPageDisplayConverter)]
    [ComVisible(false)]
    public interface class IImGearPageDisplay 
    Remarks
    See Displaying Images section for more information.
    See Also