C# 클래스 SobekCM.Library.ItemViewer.Viewers.JPEG_Text_Two_Up_ItemViewer

Item viewer displays a JPEG file with the related full text and possibility to edit the full text to correct transcribe the image
This class extends the abstract class abstractItemViewer_OLD and implements the iItemViewer interface.
상속: abstractItemViewer_OLD
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
JPEG_Text_Two_Up_ItemViewer ( ) : System

Constructor for a new instance of the JPEG_Text_Two_Up_ItemViewer class

JPEG_Text_Two_Up_ItemViewer ( string Attributes ) : System

Constructor for a new instance of the JPEG_Text_Two_Up_ItemViewer class

Write_Main_Viewer_Section ( TextWriter Output, Custom_Tracer Tracer ) : void

Stream to which to write the HTML for this subwriter

메소드 상세

JPEG_Text_Two_Up_ItemViewer() 공개 메소드

Constructor for a new instance of the JPEG_Text_Two_Up_ItemViewer class
public JPEG_Text_Two_Up_ItemViewer ( ) : System
리턴 System

JPEG_Text_Two_Up_ItemViewer() 공개 메소드

Constructor for a new instance of the JPEG_Text_Two_Up_ItemViewer class
public JPEG_Text_Two_Up_ItemViewer ( string Attributes ) : System
Attributes string Attributes for the JPEG file to display, including width
리턴 System

Write_Main_Viewer_Section() 공개 메소드

Stream to which to write the HTML for this subwriter
public Write_Main_Viewer_Section ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Response stream for the item viewer to write directly to
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 void