C# Class Ghostscript.NET.Viewer.GhostscriptViewer

Inheritance: IDisposable
ファイルを表示 Open project: jhabjan/Ghostscript.NET Class Usage Examples

Private Properties

Property Type Description
Open void
RaiseDisplayPage void
RaiseDisplaySize void
RaiseDisplayUpdate void
StdError void
StdInput void
StdOutput void

Public Methods

Method Description
AttachStdIO ( GhostscriptStdIO stdIoCallback ) : void
Close ( ) : void
Dispose ( ) : void
GhostscriptViewer ( ) : System
IsPageNumberValid ( int pageNumber ) : bool
Open ( GhostscriptVersionInfo versionInfo, bool dllFromMemory ) : void
Open ( Stream stream ) : void
Open ( Stream stream, GhostscriptVersionInfo versionInfo, bool dllFromMemory ) : void
Open ( Stream stream, byte library ) : void
Open ( byte library ) : void
Open ( string path ) : void
Open ( string path, GhostscriptVersionInfo versionInfo, bool dllFromMemory ) : void
Open ( string path, byte library ) : void
RefreshPage ( ) : void
RestoreState ( GhostscriptViewerState state ) : void
SaveState ( ) : GhostscriptViewerState
ShowFirstPage ( ) : void
ShowLastPage ( ) : void
ShowNextPage ( ) : void
ShowPage ( int pageNumber ) : void
ShowPage ( int pageNumber, bool refresh ) : void
ShowPreviousPage ( ) : void
Zoom ( float scale, bool test = false ) : bool
ZoomIn ( ) : void
ZoomOut ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnDisplayPage ( GhostscriptViewerViewEventArgs e ) : void
OnDisplaySize ( GhostscriptViewerViewEventArgs e ) : void
OnDisplayUpdate ( GhostscriptViewerViewEventArgs e ) : void

Private Methods

Method Description
Open ( ) : void
RaiseDisplayPage ( GhostscriptViewerViewEventArgs e ) : void
RaiseDisplaySize ( GhostscriptViewerViewEventArgs e ) : void
RaiseDisplayUpdate ( GhostscriptViewerViewEventArgs e ) : void
StdError ( string message ) : void
StdInput ( string &input, int count ) : void
StdOutput ( string message ) : void

Method Details

AttachStdIO() public method

public AttachStdIO ( GhostscriptStdIO stdIoCallback ) : void
stdIoCallback GhostscriptStdIO
return void

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GhostscriptViewer() public method

public GhostscriptViewer ( ) : System
return System

IsPageNumberValid() public method

public IsPageNumberValid ( int pageNumber ) : bool
pageNumber int
return bool

OnDisplayPage() protected method

protected OnDisplayPage ( GhostscriptViewerViewEventArgs e ) : void
e GhostscriptViewerViewEventArgs
return void

OnDisplaySize() protected method

protected OnDisplaySize ( GhostscriptViewerViewEventArgs e ) : void
e GhostscriptViewerViewEventArgs
return void

OnDisplayUpdate() protected method

protected OnDisplayUpdate ( GhostscriptViewerViewEventArgs e ) : void
e GhostscriptViewerViewEventArgs
return void

Open() public method

public Open ( GhostscriptVersionInfo versionInfo, bool dllFromMemory ) : void
versionInfo GhostscriptVersionInfo
dllFromMemory bool
return void

Open() public method

public Open ( Stream stream ) : void
stream Stream
return void

Open() public method

public Open ( Stream stream, GhostscriptVersionInfo versionInfo, bool dllFromMemory ) : void
stream Stream
versionInfo GhostscriptVersionInfo
dllFromMemory bool
return void

Open() public method

public Open ( Stream stream, byte library ) : void
stream Stream
library byte
return void

Open() public method

public Open ( byte library ) : void
library byte
return void

Open() public method

public Open ( string path ) : void
path string
return void

Open() public method

public Open ( string path, GhostscriptVersionInfo versionInfo, bool dllFromMemory ) : void
path string
versionInfo GhostscriptVersionInfo
dllFromMemory bool
return void

Open() public method

public Open ( string path, byte library ) : void
path string
library byte
return void

RefreshPage() public method

public RefreshPage ( ) : void
return void

RestoreState() public method

public RestoreState ( GhostscriptViewerState state ) : void
state GhostscriptViewerState
return void

SaveState() public method

public SaveState ( ) : GhostscriptViewerState
return GhostscriptViewerState

ShowFirstPage() public method

public ShowFirstPage ( ) : void
return void

ShowLastPage() public method

public ShowLastPage ( ) : void
return void

ShowNextPage() public method

public ShowNextPage ( ) : void
return void

ShowPage() public method

public ShowPage ( int pageNumber ) : void
pageNumber int
return void

ShowPage() public method

public ShowPage ( int pageNumber, bool refresh ) : void
pageNumber int
refresh bool
return void

ShowPreviousPage() public method

public ShowPreviousPage ( ) : void
return void

Zoom() public method

public Zoom ( float scale, bool test = false ) : bool
scale float
test bool
return bool

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void