Formulacion Magistral

Impresiones Members

Impresiones overview

Public Instance Constructors

Impresiones Constructor Inicializa la impresion con Arial,10 y Brocha negra en 0,10

Public Instance Fields

brocha Pincel por defecto para todo el documento
fuente Fuente por defecto para todo el documento
gr Graphics donde se debe imprimir

Public Instance Properties

Container (inherited from Component) Gets the IContainer that contains the Component.
DefaultPageSettings (inherited from PrintDocument) Gets or sets page settings that are used as defaults for all pages to be printed.
DocumentName (inherited from PrintDocument) Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document.
OriginAtMargins (inherited from PrintDocument) 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.
PrintController (inherited from PrintDocument) Gets or sets the print controller that guides the printing process.
PrinterSettings (inherited from PrintDocument) Gets or sets the printer that prints the document.
Site (inherited from Component) Gets or sets the ISite of the Component.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
ImprimirCabezera Aņade una cabezera al documento
ImprimirElementos Imprime todos los elementos cargados en el documento
ImprimirLinea
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
MuestraPrefsPagina Muestra un dialogo con las preferencias del documento.
NuevaImagen Aņade una imagen al documento
NuevaLinea Aņade una linea horizontal al documento
NuevoTexto Aņade una nueva linea de texto al documento
Print (inherited from PrintDocument) Starts the document's printing process.
ToString (inherited from PrintDocument) 

Public Instance Events

BeginPrint (inherited from PrintDocument) Occurs when the Print method is called and before the first page of the document prints.
Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.
EndPrint (inherited from PrintDocument) Occurs when the last page of the document has printed.
PrintPage (inherited from PrintDocument) Occurs when the output to print for the current page is needed.
QueryPageSettings (inherited from PrintDocument) Occurs immediately before each PrintPage event.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Instance Methods

Dispose (inherited from Component)Overloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources.
Finalize (inherited from Component) Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnBeginPrint (inherited from PrintDocument) Raises the BeginPrint event. It is called after the Print method is called and before the first page of the document prints.
OnEndPrint (inherited from PrintDocument) Raises the EndPrint event. It is called when the last page of the document has printed.
OnPrintPage (inherited from PrintDocument) Raises the PrintPage event. It is called before a page prints.
OnQueryPageSettings (inherited from PrintDocument) Raises the QueryPageSettings event. It is called immediately before each PrintPage event.

See Also

Impresiones Class | Formulacion Namespace