Represents the raw "preview" part of print previewing, without any dialog boxes or buttons. Most PrintPreviewControl objects are found on PrintPreviewDialog objects, but they do not have to be.

The following tables list the members exposed by the PrintPreviewControlEx type.

Name Description
Public constructor PrintPreviewControlEx

Initializes a new instance of the PrintPreviewControlEx class.

Top
Name Description
Public property AccessibilityObject (inherited from Control).
Public property AccessibleDefaultActionDescription (inherited from Control).
Public property AccessibleDescription (inherited from Control).
Public property AccessibleName (inherited from Control).
Public property AccessibleRole (inherited from Control).
Public property AllowDrop (inherited from Control).
Public property Anchor (inherited from Control).
Public property AutoScrollOffset (inherited from Control).
Public property AutoSize (inherited from Control).
Public property AutoZoom Gets or sets a value indicating whether resizing the control or changing the number of pages shown automatically adjusts the Zoom property.
Public property BackColor (inherited from Control).
Public property BackgroundImage (inherited from Control).
Public property BackgroundImageLayout (inherited from Control).
Public property BindingContext (inherited from Control).
Public property Bottom (inherited from Control).
Public property Bounds (inherited from Control).
Public property CanFocus (inherited from Control).
Public property CanSelect (inherited from Control).
Public property Capture (inherited from Control).
Public property CausesValidation (inherited from Control).
Public property Static CheckForIllegalCrossThreadCalls (inherited from Control).
Public property ClientRectangle (inherited from Control).
Public property ClientSize (inherited from Control).
Public property Columns

Gets or sets the number of pages displayed horizontally across the screen.

Public property CompanyName (inherited from Control).
Public property Container (inherited from Component).
Public property ContainsFocus (inherited from Control).
Public property ContextMenu (inherited from Control).
Public property ContextMenuStrip (inherited from Control).
Public property Controls (inherited from Control).
Public property Created (inherited from Control).
Public property Cursor (inherited from Control).
Public property DataBindings (inherited from Control).
Public property Static DefaultBackColor (inherited from Control).
Public property Static DefaultFont (inherited from Control).
Public property Static DefaultForeColor (inherited from Control).
Public property DeselectedPages Gets or sets pages, which will be passed on printing
Public property DeviceDpi (inherited from Control).
Public property DisplayRectangle (inherited from Control).
Public property Disposing (inherited from Control).
Public property Dock (inherited from Control).
Public property Document

Gets or sets the document to preview.

Public property Enabled (inherited from Control).
Public property Focused (inherited from Control).
Public property Font (inherited from Control).
Public property ForeColor (inherited from Control).
Public property Handle (inherited from Control).
Public property HasChildren (inherited from Control).
Public property Height (inherited from Control).
Public property ImeMode (inherited from Control).
Public property InvokeRequired (inherited from Control).
Public property IsAccessible (inherited from Control).
Public property IsDisposed (inherited from Control).
Public property IsHandleCreated (inherited from Control).
Public property IsMirrored (inherited from Control).
Public property LayoutEngine (inherited from Control).
Public property Left (inherited from Control).
Public property Location (inherited from Control).
Public property Margin (inherited from Control).
Public property MaximumSize (inherited from Control).
Public property MinimumSize (inherited from Control).
Public property Static ModifierKeys (inherited from Control).
Public property Static MouseButtons (inherited from Control).
Public property Static MousePosition (inherited from Control).
Public property Name (inherited from Control).
Public property Padding (inherited from Control).
Public property Parent (inherited from Control).
Public property PreferredSize (inherited from Control).
Public property ProductName (inherited from Control).
Public property ProductVersion (inherited from Control).
Public property RecreatingHandle (inherited from Control).
Public property Region (inherited from Control).
Public property Right (inherited from Control).
Public property RightToLeft (inherited from Control).
Public property Rows

Gets or sets the number of pages displayed vertically down the screen.

Public property Site (inherited from Control).
Public property Size (inherited from Control).
Public property StartPage

Gets or sets the page number of the upper left page.

Public property TabIndex (inherited from Control).
Public property TabStop (inherited from Control).
Public property Tag (inherited from Control).
Public property Text

Gets or sets the text associated with this control.

Public property Top (inherited from Control).
Public property TopLevelControl (inherited from Control).
Public property UseAntiAlias

Gets or sets a value indicating whether printing uses the anti-aliasing features of the operating system.

Public property UseWaitCursor (inherited from Control).
Public property Visible (inherited from Control).
Public property Width (inherited from Control).
Public property WindowTarget (inherited from Control).
Public property Zoom

Gets or sets a value indicating how large the pages will appear.

Top
Name Description
Public method BeginInvoke (Overloaded) (inherited from Control).
Public method BringToFront (inherited from Control).
Public method Contains (inherited from Control).
Public method CreateControl (inherited from Control).
Public method CreateGraphics (inherited from Control).
Public method CreateObjRef (inherited from MarshalByRefObject).
Public method Dispose (inherited from Component).
Public method DoDragDrop (inherited from Control).
Public method DrawToBitmap (Overloaded) (inherited from Control).
Public method EndInvoke (inherited from Control).
Public method Equals (Overloaded) (inherited from Object).
Public method FindForm (inherited from Control).
Public method Focus (inherited from Control).
Public method Static FromChildHandle (inherited from Control).
Public method Static FromHandle (inherited from Control).
Public method GetChildAtPoint (Overloaded) (inherited from Control).
Public method GetContainerControl (inherited from Control).
Public method GetHashCode (inherited from Object).
Public method GetLifetimeService (inherited from MarshalByRefObject).
Public method GetNextControl (inherited from Control).
Public method GetPreferredSize (inherited from Control).
Public method GetType (inherited from Object).
Public method Hide (inherited from Control).
Public method InitializeLifetimeService (inherited from MarshalByRefObject).
Public method Invalidate (Overloaded) (inherited from Control).
Public method InvalidatePreview

Refreshes the preview of the document.

Public method Invoke (Overloaded) (inherited from Control).
Public method Static IsKeyLocked (inherited from Control).
Public method Static IsMnemonic (inherited from Control).
Public method LogicalToDeviceUnits (Overloaded) (inherited from Control).
Public method PerformLayout (Overloaded) (inherited from Control).
Public method PointToClient (inherited from Control).
Public method PointToScreen (inherited from Control).
Public method PreProcessControlMessage (inherited from Control).
Public method PreProcessMessage (inherited from Control).
Public method RectangleToClient (inherited from Control).
Public method RectangleToScreen (inherited from Control).
Public method Static ReferenceEquals (inherited from Object).
Public method Refresh (inherited from Control).
Public method ResetBackColor (inherited from Control).
Public method ResetBindings (inherited from Control).
Public method ResetCursor (inherited from Control).
Public method ResetFont (inherited from Control).
Public method ResetForeColor (inherited from Control).
Public method ResetImeMode (inherited from Control).
Public method ResetRightToLeft (inherited from Control).
Public method ResetText (inherited from Control).
Public method ResumeLayout (Overloaded) (inherited from Control).
Public method Scale (Overloaded) (inherited from Control).
Public method ScaleBitmapLogicalToDevice (inherited from Control).
Public method Select (Overloaded) (inherited from Control).
Public method SelectNextControl (inherited from Control).
Public method SendToBack (inherited from Control).
Public method SetBounds (Overloaded) (inherited from Control).
Public method Show (Overloaded) (inherited from Control).
Public method SuspendLayout (inherited from Control).
Public method ToString (inherited from Component).
Public method Update (inherited from Control).
Top
Name Description
Public event AutoSizeChanged (inherited from Control).
Public event BackColorChanged (inherited from Control).
Public event BackgroundImageChanged (inherited from Control).
Public event BackgroundImageLayoutChanged (inherited from Control).
Public event BindingContextChanged (inherited from Control).
Public event CausesValidationChanged (inherited from Control).
Public event ChangeUICues (inherited from Control).
Public event Click (inherited from Control).
Public event ClientSizeChanged (inherited from Control).
Public event ContextMenuChanged (inherited from Control).
Public event ContextMenuStripChanged (inherited from Control).
Public event ControlAdded (inherited from Control).
Public event ControlRemoved (inherited from Control).
Public event CursorChanged (inherited from Control).
Public event Disposed (inherited from Component).
Public event DockChanged (inherited from Control).
Public event DoubleClick (inherited from Control).
Public event DpiChangedAfterParent (inherited from Control).
Public event DpiChangedBeforeParent (inherited from Control).
Public event DragDrop (inherited from Control).
Public event DragEnter (inherited from Control).
Public event DragLeave (inherited from Control).
Public event DragOver (inherited from Control).
Public event EnabledChanged (inherited from Control).
Public event Enter (inherited from Control).
Public event FontChanged (inherited from Control).
Public event ForeColorChanged (inherited from Control).
Public event GiveFeedback (inherited from Control).
Public event GotFocus (inherited from Control).
Public event HandleCreated (inherited from Control).
Public event HandleDestroyed (inherited from Control).
Public event HelpRequested (inherited from Control).
Public event ImeModeChanged (inherited from Control).
Public event Invalidated (inherited from Control).
Public event KeyDown (inherited from Control).
Public event KeyPress (inherited from Control).
Public event KeyUp (inherited from Control).
Public event Layout (inherited from Control).
Public event Leave (inherited from Control).
Public event LocationChanged (inherited from Control).
Public event LostFocus (inherited from Control).
Public event MarginChanged (inherited from Control).
Public event MouseCaptureChanged (inherited from Control).
Public event MouseClick (inherited from Control).
Public event MouseDoubleClick (inherited from Control).
Public event MouseDown (inherited from Control).
Public event MouseEnter (inherited from Control).
Public event MouseHover (inherited from Control).
Public event MouseLeave (inherited from Control).
Public event MouseMove (inherited from Control).
Public event MouseUp (inherited from Control).
Public event MouseWheel (inherited from Control).
Public event Move (inherited from Control).
Public event PaddingChanged (inherited from Control).
Public event Paint (inherited from Control).
Public event ParentChanged (inherited from Control).
Public event PreviewKeyDown (inherited from Control).
Public event QueryAccessibilityHelp (inherited from Control).
Public event QueryContinueDrag (inherited from Control).
Public event RegionChanged (inherited from Control).
Public event Resize (inherited from Control).
Public event RightToLeftChanged (inherited from Control).
Public event SizeChanged (inherited from Control).
Public event StartPageChanged

Occurs when the start page changes.

Public event StyleChanged (inherited from Control).
Public event SystemColorsChanged (inherited from Control).
Public event TabIndexChanged (inherited from Control).
Public event TabStopChanged (inherited from Control).
Public event TextChanged (inherited from Control).
Public event Validated (inherited from Control).
Public event Validating (inherited from Control).
Public event VisibleChanged (inherited from Control).
Top