The following tables list the members exposed by UltraPrintDocument.
Name | Description | |
---|---|---|
UltraPrintDocument Constructor | Overloaded. |
Name | Description | |
---|---|---|
DatePrintedToken | Returns a string token which can be used in the page header or footer to represent the current date. | |
PageNumberToken | Returns a string token which can be used in the page header or footer to represent the current page number. | |
TimePrintedToken | Returns a string token which can be used in the page header or footer to represent the current time. | |
TotalPagesToken | Returns a string token which can be used in the page header or footer to represent the total number of pages. | |
UserNameToken | Returns a string token which can be used in the page header or footer to represent the current user's name. |
Name | Description | |
---|---|---|
Appearance | Returns or sets the appearance used to render the pages printed by the document. | |
Container | (Inherited from System.ComponentModel.Component) | |
DefaultPageSettings | Gets or sets page settings that are used as defaults for all pages to be printed. (Inherited from System.Drawing.Printing.PrintDocument) | |
DocumentName | Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document. (Inherited from System.Drawing.Printing.PrintDocument) | |
Footer | Returns an object used to define the appearance of the page footer. | |
HasAppearance | Returns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created. | |
Header | Returns an object used to define the appearance of the page header. | |
IsPrinting | Indicates if we are in the process of a print operation. | |
OriginAtMargins | Gets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page. (Inherited from System.Drawing.Printing.PrintDocument) | |
Page | Returns an object used to define the appearance of the page. | |
PageBody | Returns an object used to define the appearance of the body of the page. | |
PageNumber | Returns the current page number. | |
PrintColorStyle | Returns or sets how colors and images are rendered. | |
PrintController | Gets or sets the print controller that guides the printing process. (Inherited from System.Drawing.Printing.PrintDocument) | |
PrinterSettings | Gets or sets the printer that prints the document. (Inherited from System.Drawing.Printing.PrintDocument) | |
SaveSettings | Indicates whether this component should automatically save its user configuration settings. | |
SaveSettingsFormat | Gets or sets the format in which the user customizations settings will be saved and loaded | |
SettingsKey | A unique string that distinguishes this UltraPrintDocument form others in the solution it is being used in. This is needed to store user configuration settings. | |
Site | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
SubObjectPropChangeHandler | Handler for a Infragistics.Shared.SubObjectBase.SubObjectPropChangedSubObjectPropChange event |
Name | Description | |
---|---|---|
CalculateAvailablePageSize | Calculates the inner bounds available for the page body. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Invoked when the component must release the resources it is using. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
LoadComponentSettings | Loads the user configuration settings for this component. | |
LoadFromBinary | Overloaded. Loads saved layout information from a stream containing the binary layout. | |
LoadFromXml | Overloaded. Loads saved layout information from a stream containing the xml/soap layout. | |
Starts the document's printing process. (Inherited from System.Drawing.Printing.PrintDocument) | ||
Reset | Overloaded. Resets the properties of the component to their default values. | |
ResetAppearance | Resets the Appearance property to its default value. | |
ResetComponentSettings | Resets the user configuration settings for this component. | |
ResetFooter | Resets the properties of the Footer to their default values. | |
ResetHeader | Resets the properties of the Header to their default values. | |
ResetPage | Resets the properties of the Page to their default values. | |
ResetPageBody | Resets the properties of the PageBody to their default values. | |
SaveAsBinary | Overloaded. Saves property information to a file in binary format. | |
SaveAsXml | Overloaded. Saves property information to a file in xml/soap format. | |
SaveComponentSettings | Saves the user configuration settings for this component. | |
ToString | Provides information about the print document, in string form. (Inherited from System.Drawing.Printing.PrintDocument) |
Name | Description | |
---|---|---|
CalculatePageBodyArea | Calculates the inner bounds available for the page body. | |
DeserializeProperty | Invoked during runtime deserialization when deserializing from a stream using the LoadFromXml(Stream) and LoadFromBinary(Stream) methods. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetObjectData | Serializes the properties and subobjects of the print document into the specified Infragistics.Shared.Serialization.ObjectStreamer | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyDesignEnvironmentOfChange | In design mode notifies the System.ComponentModel.Design.IComponentChangeService that the component has changed so that it can mark the component dirty. At runtime this method does nothing. | |
NotifyPropChange | Overloaded. Notifies any listeners when the state of an object has changed | |
OnBeginPrint | Overridden. Used to invoke the BeginPrint event when a print operation has started. | |
OnEndPrint | Overridden. Used to invoke the EndPrint event when a print operation has completed. | |
OnPageBodyPrinted | Raises the PageBodyPrinted event. | |
OnPageBodyPrinting | Raises the PageBodyPrinting event. | |
OnPageFooterPrinted | Raises the PageFooterPrinted event. | |
OnPageFooterPrinting | Raises the PageFooterPrinting event. | |
OnPageHeaderPrinted | Raises the PageHeaderPrinted event. | |
OnPageHeaderPrinting | Raises the PageHeaderPrinting event. | |
OnPagePrinted | Raises the PagePrinted event. | |
OnPagePrinting | Raises the PagePrinting event. | |
OnPrintEnded | Invoked when the print operation has ended. | |
OnPrintPage | Overridden. Used to invoke the PrintPage event when a page is to be printed. | |
OnPrintPageBody | This method is invoked by the OnPrintPage to allow derived classes to handle rendering of the page body. This method is not called if the PageBodyPrintingEventArgs.Handled property of the PageBodyPrinting event is set to true. | |
OnPropertyChanged | Invokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a subobject. | |
OnQueryPageSettings | Overridden. Used to invoke the QueryPageSettings event to allow the PageSettings to be altered before each page is printed. | |
OnSubObjectPropChanged | Invoked when a property on a subobject has changed. | |
ShouldSerializeAppearance | Returns a Boolean value that determines whether the Appearance property is set to its default value. | |
ShouldSerializeFooter | Indicates if any of the properties of the Footer have been set. | |
ShouldSerializeHeader | Indicates if any of the properties of the Header have been set. | |
ShouldSerializePage | Indicates if any of the properties of the Page have been set. | |
ShouldSerializePageBody | Indicates if any of the properties of the PageBody have been set. |
Name | Description | |
---|---|---|
BeginPrint | Occurs when the System.Drawing.Printing.PrintDocument.Print method is called and before the first page of the document prints. (Inherited from System.Drawing.Printing.PrintDocument) | |
Disposed | (Inherited from System.ComponentModel.Component) | |
EndPrint | Occurs when the last page of the document has printed. (Inherited from System.Drawing.Printing.PrintDocument) | |
PageBodyPrinted | Fired after the Page has been rendered | |
PageBodyPrinting | Fired before the PageBody is rendered | |
PageFooterPrinted | Fired after the Footer has been rendered | |
PageFooterPrinting | Fired before the Footer is rendered | |
PageHeaderPrinted | Fired after the Header has been rendered | |
PageHeaderPrinting | Fired before the Header is rendered | |
PagePrinted | Fired after the page is rendered | |
PagePrinting | Fired before the page is rendered | |
PrintPage | Occurs when the output to print for the current page is needed. (Inherited from System.Drawing.Printing.PrintDocument) | |
PropertyChanged | Fired after a property has changed. | |
QueryPageSettings | Occurs immediately before each System.Drawing.Printing.PrintDocument.PrintPage event. (Inherited from System.Drawing.Printing.PrintDocument) |