VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class
In This Topic
    ImagePrintDocument Class Methods
    In This Topic
    For a list of all methods of this type, see ImagePrintDocument.
    Public Methods
     NameDescription
    Public MethodOverloaded. Releases all resources used by the . (Inherited from System.ComponentModel.Component)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodStarts the document's printing process. (Inherited from System.Drawing.Printing.PrintDocument)
    Public MethodProvides information about the print document, in string form. (Inherited from System.Drawing.Printing.PrintDocument)
    Protected Methods
     NameDescription
    Protected MethodBegins the image printing and allows to initialize the printing settings.
    Protected MethodDraws the specified rectangular area of VintasoftImage on the specified rectangular area of page's System.Drawing.Graphics.
    Protected MethodEnds the image printing and allows to release resources, which was used during printing.
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the System.ComponentModel.Component is reclaimed by garbage collection. (Inherited from System.ComponentModel.Component)
    Protected MethodReturns an object that represents a service provided by the System.ComponentModel.Component or by its System.ComponentModel.Container. (Inherited from System.ComponentModel.Component)
    Protected MethodCreates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
    Protected MethodReturns a value indicating whether the specified image must be printed in landscape mode.
    Protected MethodReturns a value indicating whether the specified image must be printed in vector mode.
    Protected MethodRaises the System.Drawing.Printing.PrintDocument.BeginPrint event. It is called after the System.Drawing.Printing.PrintDocument.Print method is called and before the first page of the document prints.
    Protected MethodRaises the System.Drawing.Printing.PrintDocument.PrintPage event. It is called before a page prints.
    See Also