名前 | 解説 | |
---|---|---|
AddCurrentViewStateToHistory | Creates a new ViewHistoryItem object using the current state of the C1PreviewPane.
The newly created object is then added to the C1PreviewPane.ViewHistory collection. Adding of the new state to history is cancelled if the C1PreviewPane.Document property of the current preview pane is null, or if the specified action should not be saved according to the HistoryOptions.SavedActions value of the current pane's C1PreviewPane.HistoryOptions. Adding of the new state to history can also be cancelled in the C1PreviewPane.HistoryItemAdding event. | |
AddViewStateToHistory | Creates a new ViewHistoryItem object with the specified ViewState.
The newly created object is then added to the C1PreviewPane.ViewHistory collection. Adding of the new state to history can be cancelled in the C1PreviewPane.HistoryItemAdding event. | |
BeginInvoke | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
BringToFront | System.Windows.Forms.Controlから継承されます。 | |
ClientToDocument | Converts a point in the current C1PreviewPane's client coordinates, to document coordinates.
Document coordinates are also pixels, but are relative to a specific page's left top corner, and do not depend on the current zoom factor. For instance, a client point that is over a page's right top corner would yield a point with document coordinates (816,0) on a 96 DPI resolution display for a 8.5 in wide page (816 is 8.5 multiplied by 96), regardless of the current zoom factor or document scroll position in the preview. | |
Contains | System.Windows.Forms.Controlから継承されます。 | |
CopySelectionToClipboard | Copies the text currently selected in this C1PreviewPane to clipboard. Does nothing if the current selection is empty. | |
CreateControl | System.Windows.Forms.Controlから継承されます。 | |
CreateGraphics | System.Windows.Forms.Controlから継承されます。 | |
Dispose | オーバーロードされます。 オーバーライドされます。 Releases the resoureces used by C1PreviewPane. | |
DoCopySelection | Copies the current selection to clipboard. | |
DocumentToClient | オーバーロードされます。 Converts a PointF in document coordinates to the current C1PreviewPane's client coordinates. | |
DoDragDrop | System.Windows.Forms.Controlから継承されます。 | |
DoEscape | Handles the Escape key (clears selection, resets mouse mode). | |
DoGoHistoryBack | Goes back in history. | |
DoGoHistoryForward | Goes forward in history. | |
DoGoNextPage | Goes to next page. | |
DoGoPreviousPage | Goes to previous page. | |
DoScrollBottom | Scrolls to the end of the document. | |
DoScrollDown | Scrolls down. | |
DoScrollLeft | Scrolls left. | |
DoScrollPageDown | Scrolls one page down. | |
DoScrollPageUp | Scrolls one page up. | |
DoScrollRight | Scrolls right. | |
DoScrollTop | Scrolls to the top of the document. | |
DoScrollUp | Scrolls up. | |
DoSelectAll | Selects the whole document. | |
DoZoomIn | Zooms in. | |
DoZoomOut | Zooms out. | |
DrawToBitmap | System.Windows.Forms.Controlから継承されます。 | |
EndInvoke | System.Windows.Forms.Controlから継承されます。 | |
FileOpen | オーバーロードされます。 Shows a file open dialog, allows the user to select a C1DX or C1D file, and loads the selected file into the current preview pane. If an exception occurs while loading the file, an error message is displayed, and the method returns false. | |
FileSave | オーバーロードされます。 Saves the currently loaded document, allowing the user to select the file name and the output format, using the ExportOptions specified on the current preview pane. | |
FindForm | System.Windows.Forms.Controlから継承されます。 | |
FindHyperlink | Searches for a hyperlink at the specified client location. | |
Focus | System.Windows.Forms.Controlから継承されます。 | |
GetChildAtPoint | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
GetContainerControl | System.Windows.Forms.Controlから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetNextControl | System.Windows.Forms.Controlから継承されます。 | |
GetPagePreviewRect | Gets the rectangle representing the specified page, relative to PreviewScrollPosition. The rectangle is in document coordinates (i.e. does not depend on the current zoom factor). | |
GetPageSize | Gets the size of a page specified by the page index. The size is in document coordinates (i.e. does not depend on the current zoom factor). | |
GetPageVisibility | Gets the percentage (from 0 to 100) of the area of the specified page that is currently visible in this C1PreviewPane. The returned value is rounded to 2 decimal digits. | |
GetPageVisibleArea | Gets RectangleF representing the area of the specified page that is currently visible in the current C1PreviewPane. The rectangle is in document (i.e. independent of the current zoom factor) coordinates, and is relative to the specified page's left top corner. | |
GetPreferredSize | System.Windows.Forms.Controlから継承されます。 | |
GetSelectedText | Gets the text currently selected in this C1PreviewPane. | |
GotoAnchor | Ensures that the specified anchor (see C1.C1Preview.C1Anchor) is visible in the current preview pane. | |
GotoDocumentLocation | オーバーロードされます。 Ensures that the specified document location is visible in the current preview pane. | |
GoToSelection | Makes sure that the currently selected text is visible in the current C1PreviewPane. (This method does nothing if currently there is no selection.) | |
Hide | System.Windows.Forms.Controlから継承されます。 | |
HistoryBack | Goes back in history. | |
HistoryForward | Goes forward in history. | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
Invalidate | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
Invoke | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
IsPageVisible | Gets a value indicating whether any part of the specified page is currently visible in this C1PreviewPane. | |
LockHistory | Temporarily locks (suspends) adding of new items to C1PreviewPane.ViewHistory. Note a matching call to C1PreviewPane.UnlockHistory must exist for each call of this method. | |
LogicalToDeviceUnits | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
MakeClientVisible | オーバーロードされます。 Ensures that the specified rectangle (expressed in preview pane client coordinates) is visible (scrolled in) in the preview pane. | |
OnLongOperation | オーバーロードされます。 Raises the LongOperation event on the preview pane. | |
PageSetup | Invokes the standard page setup dialog. If the user presses OK in the dialog, the currently loaded document reflows if reflow is supported. | |
PerformLayout | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
PointToClient | System.Windows.Forms.Controlから継承されます。 | |
PointToScreen | System.Windows.Forms.Controlから継承されます。 | |
PreProcessControlMessage | System.Windows.Forms.Controlから継承されます。 | |
PreProcessMessage | System.Windows.Forms.Controlから継承されます。 | |
オーバーロードされます。 Shows the standard print dialog, allowing the user to print the currently loaded document. | ||
RectangleToClient | System.Windows.Forms.Controlから継承されます。 | |
RectangleToScreen | System.Windows.Forms.Controlから継承されます。 | |
Reflow | Reflows the currently loaded document. | |
Refresh | System.Windows.Forms.Controlから継承されます。 | |
ResetBackColor | オーバーライドされます。 Resets the BackColor property to the default value. | |
ResetPagesFillColor | Resets the PagesFillColor to the default value. | |
ResetPagesPadding | Resets the PagesPadding to the default value. | |
ResetPagesPaddingSmall | Resets the PagesPaddingSmall to the default value. | |
ResetSidesPadding | Resets the SidesPadding to the default value. | |
ResetText | System.Windows.Forms.Controlから継承されます。 | |
ResetZoomSteps | Resets the ZoomSteps property to the default value. | |
ResumeLayout | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
Scale | System.Windows.Forms.Controlから継承されます。 | |
ScaleBitmapLogicalToDevice | System.Windows.Forms.Controlから継承されます。 | |
ScrollClient | オーバーロードされます。 Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. | |
ScrollControlIntoView | System.Windows.Forms.ScrollableControlから継承されます。 | |
ScrollPreview | オーバーロードされます。 Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. The scroll amounts are expressed in document coordinates. | |
Select | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
SelectAll | Selects all text in the document currently loaded into this C1PreviewPane. | |
SelectionClear | Removes all selection in the document currently loaded into this C1PreviewPane. | |
SelectNextControl | System.Windows.Forms.Controlから継承されます。 | |
SelectPage | Selects all text on the specified page in the document currently loaded into this C1PreviewPane. | |
SelectTextFragment | Selects the specified text fragment in the document currently loaded in the current C1PreviewPane. | |
SelectWord | Selects a word at the specified location (in client coordinates) in the document currently loaded into this C1PreviewPane. | |
SendToBack | System.Windows.Forms.Controlから継承されます。 | |
SetAutoScrollMargin | System.Windows.Forms.ScrollableControlから継承されます。 | |
SetBounds | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
SetFocus | Sets the input focus to the specified C1.C1Preview.RenderInputFragment object. This method should be used only if the preview currently shows a C1.C1Preview.C1PrintDocument. | |
Show | System.Windows.Forms.Controlから継承されます。 | |
ShowErrorMessage | Shows a dialog box with the exception message. | |
SuspendLayout | System.Windows.Forms.Controlから継承されます。 | |
TextSearch | Searches for an occurrence of a text in the document currently loaded in the current C1PreviewPane. | |
TextSearchAll | Searches for all occurrences of a text in the document currently loaded in the current C1PreviewPane. | |
ToString | System.Windows.Forms.Panelから継承されます。 | |
UnlockHistory | Unlocks (resumes) adding of new items to C1PreviewPane.ViewHistory temporarily locked by a previous call to C1PreviewPane.LockHistory. | |
Update | System.Windows.Forms.Controlから継承されます。 | |
UpdatePreview | Forces the preview pane to update the preview. |