Public Methods

  Name Description
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject)
Public method Dispose Overloaded. Releases the resources used by the Component. (inherited from Component)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Print Starts the document's printing process. (inherited from PrintDocument)
Public method ToString Provides information about the print document, in string form. (inherited from PrintDocument)
Top

Protected Methods

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

See Also