Name | Description | |
---|---|---|
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 | Overloaded. (Inherited from System.Windows.Forms.Control) | |
BringToFront | (Inherited from 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 | (Inherited from System.Windows.Forms.Control) | |
CopySelectionToClipboard | Copies the text currently selected in this C1PreviewPane to clipboard. Does nothing if the current selection is empty. | |
CreateControl | (Inherited from System.Windows.Forms.Control) | |
CreateGraphics | (Inherited from System.Windows.Forms.Control) | |
Dispose | Overloaded. Overridden. Releases the resoureces used by C1PreviewPane. | |
DoCopySelection | Copies the current selection to clipboard. | |
DocumentToClient | Overloaded. Converts a PointF in document coordinates to the current C1PreviewPane's client coordinates. | |
DoDragDrop | Overloaded. (Inherited from 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 | (Inherited from System.Windows.Forms.Control) | |
EndInvoke | (Inherited from System.Windows.Forms.Control) | |
FileOpen | Overloaded. 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 | Overloaded. Saves the currently loaded document, allowing the user to select the file name and the output format, using the C1PreviewPane.ExportOptions specified on the current preview pane. | |
FindForm | (Inherited from System.Windows.Forms.Control) | |
FindHyperlink | Searches for a hyperlink at the specified client location. | |
Focus | (Inherited from System.Windows.Forms.Control) | |
GetChildAtPoint | Overloaded. (Inherited from System.Windows.Forms.Control) | |
GetContainerControl | (Inherited from System.Windows.Forms.Control) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetNextControl | (Inherited from System.Windows.Forms.Control) | |
GetPagePreviewRect | Gets the rectangle representing the specified page, relative to C1PreviewPane.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 | (Inherited from 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 | Overloaded. 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 | (Inherited from System.Windows.Forms.Control) | |
HistoryBack | Goes back in history. | |
HistoryForward | Goes forward in history. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Invalidate | Overloaded. (Inherited from System.Windows.Forms.Control) | |
Invoke | Overloaded. (Inherited from 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 | Overloaded. (Inherited from System.Windows.Forms.Control) | |
MakeClientVisible | Overloaded. Ensures that the specified rectangle (expressed in preview pane client coordinates) is visible (scrolled in) in the preview pane. | |
OnLongOperation | Overloaded. 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 | Overloaded. (Inherited from System.Windows.Forms.Control) | |
PointToClient | (Inherited from System.Windows.Forms.Control) | |
PointToScreen | (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | (Inherited from System.Windows.Forms.Control) | |
PreProcessMessage | (Inherited from System.Windows.Forms.Control) | |
Overloaded. Shows the standard print dialog, allowing the user to print the currently loaded document. | ||
RectangleToClient | (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | (Inherited from System.Windows.Forms.Control) | |
Reflow | Reflows the currently loaded document. | |
Refresh | (Inherited from System.Windows.Forms.Control) | |
ResetBackColor | Overridden. 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 | (Inherited from System.Windows.Forms.Control) | |
ResetZoomSteps | Resets the ZoomSteps property to the default value. | |
ResumeLayout | Overloaded. (Inherited from System.Windows.Forms.Control) | |
Scale | (Inherited from System.Windows.Forms.Control) | |
ScaleBitmapLogicalToDevice | (Inherited from System.Windows.Forms.Control) | |
ScrollClient | Overloaded. Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. | |
ScrollControlIntoView | (Inherited from System.Windows.Forms.ScrollableControl) | |
ScrollPreview | Overloaded. Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. The scroll amounts are expressed in document coordinates. | |
Select | Overloaded. (Inherited from 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 | (Inherited from 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 | (Inherited from System.Windows.Forms.Control) | |
SetAutoScrollMargin | (Inherited from System.Windows.Forms.ScrollableControl) | |
SetBounds | Overloaded. (Inherited from 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 | (Inherited from System.Windows.Forms.Control) | |
ShowErrorMessage | Shows a dialog box with the exception message. | |
SuspendLayout | (Inherited from 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 | (Inherited from System.Windows.Forms.Panel) | |
UnlockHistory | Unlocks (resumes) adding of new items to C1PreviewPane.ViewHistory temporarily locked by a previous call to C1PreviewPane.LockHistory. | |
Update | (Inherited from System.Windows.Forms.Control) | |
UpdatePreview | Forces the preview pane to update the preview. |