This class is the event arguments for the
This is a read-only property that returns the
This class is the event arguments for the
The DisplayPrintStatus is used to determine whether a status dialog
will be displayed while the associated
Since the UltraProgressBar control does not receive focus and does not use the key messages, the default ImeMode is disabled.
The control does not receive focus so changing this property will not affect the control.
The UltraPrintPreviewDialog is a derived form class that
like the inbox
The dialog includes several additional events that may be used to
interact with the print operations. The
This method returns true if any properties on the
Resets the property values of the
Returns a Boolean value that determines whether the
This is a read-only property that returns a boolean indicating if any properties of the
Resets the property values of the
Returns a Boolean value that determines whether the
This is a read-only property that returns a boolean indicating if any properties of the
Resets the property values of the
This method returns true if any properties on the
Resets the property values of the
Returns a Boolean value that determines whether the
This is a read-only property that returns a boolean indicating if any properties of the
Resets the property values of the
The InvalidatePreview method is used to invalidate the
preview as displayed by the contained
The AutoGeneratePreview property is used to determine whether the control
should automatically create the print preview pages when they are needed. Normally, the preview
pages are automatically generated when the control is rendered. You can set this property to
false to prevent that behavior. You would then need to explicitly call the
GeneratePreview of the
By default, when a print operation is running a status dialog is displayed. This dialog indicates the page that is being printed and also includes a button that can be used to end the operation. If you do not want to display this dialog, you must set the DisplayPreviewStatus property to false.
By default, when a print operation is running a status dialog is displayed. This dialog indicates the page that is being printed and also includes a button that can be used to end the operation. If you do not want to display this dialog, you must set the DisplayPrintStatus property to false.
This is used as the default value of the parameter passed into
the
The Document property is the
Note: Changing this property will cause the entire preview to be regenerated.
The MaximumPreviewPages is used to restrict how many pages will be created when the print operation is performed and therefore how many pages may be displayed by the control.
Note: Changing this property after the print preview operation has completed will not affect how many pages are displayed but instead will affect the next print operation, if one occurs.
The MouseAction is used to determine how the control will react while it has the input focus. When used with a value of Hand, the left mouse button may be pressed on a page and dragged to scroll the visible area. A value of Snapshot is used to allow the end-user to click on or lasso an area of a page that should be copied to the clipboard. The area is copied using the current zoom value.
The MouseAction also includes several options for
controlling the current
The Settings property returns an instance of a
This is a read-only property that returns the UltraPrintPreviewControl
on the dialog that displays the preview pages generated using the specified
This is a read-only property that returns the UltraPrintPreviewThumbnail
on the dialog that displays thumbnails of the preview pages generated using the specified
This is a read-only property that returns the UltraStatusBar that is displayed on the dialog. The statusbar by default contains 2 panels - one which displays status information about toolbar tools and controls on the dialog and another that displays the current and total page count.
The StatusBarVisible is a boolean property that is
used to hide/show the
The Style is used to determine the
display style for the
The ThumbnailAreaVisible is a boolean property that is
used to hide/show the
The ThumbnailCurrentPreviewPageNumberAppearance is an
The ThumbnailCurrentPreviewPageAppearance is an
The Settings property returns an instance of a
The ThumbnailViewBoxDisplayStyle determines which preview pages, if any, will include
a viewbox element. The viewbox element indicates what portion of that page is currently displayed within
the associated PreviewControl of the
The viewbox is the area within the preview pages of the UltraPrintPreviewThumbnail
that indicates the pages currently in view within the associated PreviewControl of the associated
The ToolbarsManager returns the UltraToolbarsManager that is used by the dialog to provide the toolbars that the end-user can use to interact with the preview pages.
This property is used to determine whether the print preview will be rendered using anti-aliasing. By default, anti-aliasing is not used.
Note: Changing this property will cause the entire preview to be regenerated.
The PageSetupDialogDisplaying event is raised when the
end-user has clicked the Page Setup button and allows you to alter the
settings of the
The Printing event is a cancellable event that may be used to
cancel the print operation or just control whether the status dialog should be
displayed during the print operation (using the
The Printed event is raised in response to the end-user clicking the Print toolbar button after the print operation has completed.