VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Print Namespace / AnnotatedImagePrintDocument Class
In This Topic
AnnotatedImagePrintDocument Class Methods
In This Topic
For a list of all methods of this type, see AnnotatedImagePrintDocument.
Public Methods
 NameDescription
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. (Inherited from ImagePrintDocument)
Protected MethodOverloaded. Releases the unmanaged resources used by the and optionally releases the managed resources. (Inherited from System.ComponentModel.Component)
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. (Inherited from ImagePrintDocument)
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. (Inherited from ImagePrintDocument)
Protected MethodReturns a value indicating whether the specified image must be printed in vector mode. (Inherited from ImagePrintDocument)
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.EndPrint event. It is called when the last page of the document has printed.
Protected MethodRaises the System.Drawing.Printing.PrintDocument.PrintPage event. It is called before a page prints. (Inherited from ImagePrintDocument)
See Also