프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ReleaseDesignerOutlets | void |
메소드 | 설명 | |
---|---|---|
DisplayPreview ( string text, string filePath ) : void |
Displays the given text string as final output to the user using a
|
|
DisplayZoomLevel ( ) : void |
Displays the current zoom level.
|
|
OriginalSize ( ) : void |
Returns the document preview to its original size.
|
|
PreviewVIewController ( |
Initializes a new instance of the SourceWriter.PreviewVIewController class.
|
|
PrintPreview ( ) : void |
Prints the preview.
|
|
ScrollToBottom ( ) : void |
Scrolls to bottom of the document.
|
|
ScrollToTop ( ) : void |
Scrolls to the top of the document.
|
|
ViewDidAppear ( ) : void |
This methods is called after the view is displayed.
|
|
ViewWillAppear ( ) : void |
Called before the view is presented to the user.
|
|
ZoomIn ( ) : void |
Zooms in on the document preview.
|
|
ZoomOut ( ) : void |
Zooms out on the document preview.
|
메소드 | 설명 | |
---|---|---|
ReleaseDesignerOutlets ( ) : void |
public DisplayPreview ( string text, string filePath ) : void | ||
text | string | The formatted text to display. |
filePath | string | |
리턴 | void |
public PreviewVIewController ( |
||
handle | Handle. | |
리턴 | System |