Formulacion Magistral

Impresiones Methods

The methods of the Impresiones class are listed below. For a complete list of Impresiones class members, see the Impresiones Members topic.

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) 

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