프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Advance | void | ||
CreateImage | Image | ||
CreateThumbNail | bool | ||
GetBrowserForPaperSize | Gecko.GeckoWebBrowser | ||
GetPaperSizeName | string | ||
MakeNewBrowser | Gecko.GeckoWebBrowser | ||
MakeThumbNail | Image | ||
OpenTempFileInBrowser | bool | ||
ProcessOrder | void | ||
QueueOrder | void | ||
SetWidthAndHeight | |||
_browser_OnDocumentCompleted | void |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
GetThumbnail ( string key, |
A synchronous version of getting thumbnails, currently used by the image server to get thumbnails that are used in the add page dialog.
|
|
GetThumbnail ( string folderForThumbNailCache, string key, |
|
|
GetThumbnailAsync ( string folderForThumbNailCache, string key, |
|
|
HtmlThumbNailer ( |
||
PageChanged ( string id ) : void |
How this page looks has changed, so remove from our cache
|
|
RemoveFromCache ( string key ) : void |
메소드 | 설명 | |
---|---|---|
Advance ( |
This is a trick that processes waiting for thumbnails can use in situations where Application.Idle is not being invoked. Such uses must pass a non-null control created in the thread where Application_Idle should be invoked (i.e., the UI thread)
|
|
CreateImage ( Gecko.GeckoWebBrowser browser ) : Image | ||
CreateThumbNail ( |
Returns true if it make some attempt at an image, false if navigation is currently suppressed.
|
|
GetBrowserForPaperSize ( |
||
GetPaperSizeName ( |
||
MakeNewBrowser ( ) : Gecko.GeckoWebBrowser | ||
MakeThumbNail ( Image bmp, ThumbnailOptions options ) : Image | ||
OpenTempFileInBrowser ( Gecko.GeckoWebBrowser browser, string filePath ) : bool | ||
ProcessOrder ( object stateInfo ) : void | ||
QueueOrder ( |
||
SetWidthAndHeight ( Gecko.GeckoWebBrowser browser ) : |
||
_browser_OnDocumentCompleted ( object sender, GeckoDocumentCompletedEventArgs geckoDocumentCompletedEventArgs ) : void |
public GetThumbnail ( string key, |
||
key | string | Used to retrieve the thumbnail from a dictionary if we are asked for /// the same one repeatedly |
document | Whose rendering will produce the thumbnail content. | |
options | ThumbnailOptions | |
리턴 | Image |
public GetThumbnail ( string folderForThumbNailCache, string key, |
||
folderForThumbNailCache | string | |
key | string | whatever system you want... just used for caching |
document | ||
options | ThumbnailOptions | |
callback | Action | |
errorCallback | Action |
|
async | bool | |
리턴 | void |
public GetThumbnailAsync ( string folderForThumbNailCache, string key, |
||
folderForThumbNailCache | string | |
key | string | whatever system you want... just used for caching |
document | ||
options | ThumbnailOptions | |
callback | Action | |
errorCallback | Action |
|
리턴 | void |
public HtmlThumbNailer ( |
||
isolator | ||
리턴 | System |