VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Print Namespace / AnnotatedImagePrintDocument Class
Constructors Properties Methods Events SeeAlso
In This Topic
    AnnotatedImagePrintDocument Class Members
    In This Topic
    The following tables list the members exposed by AnnotatedImagePrintDocument.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the annotation data controller.
    Public PropertyGets or sets a value indicating whether the antialiased rendering is enabled. (Inherited from ImagePrintDocument)
    Public PropertyGets or sets a value indicating whether the image is centered on page. (Inherited from ImagePrintDocument)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets page settings that are used as defaults for all pages to be printed. (Inherited from System.Drawing.Printing.PrintDocument)
    Public PropertyGets or sets space between images, in hundredths of an inch. (Inherited from ImagePrintDocument)
    Public PropertyGets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document. (Inherited from System.Drawing.Printing.PrintDocument)
    Public PropertyGets or sets the number of images displayed horizontally across the page. (Inherited from ImagePrintDocument)
    Public PropertyGets or sets the number of images displayed vertically down the page. (Inherited from ImagePrintDocument)
    Public PropertyGets 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. (Inherited from System.Drawing.Printing.PrintDocument)
    Public PropertyGets or sets a value indicating whether the images should be printed with annotations.
    Public PropertyGets or sets the print controller that guides the printing process. (Inherited from System.Drawing.Printing.PrintDocument)
    Public PropertyGets counter of printed pages. (Inherited from ImagePrintDocument)
    Public PropertyGets or sets the printer that prints the document. (Inherited from System.Drawing.Printing.PrintDocument)
    Public PropertyGets or sets a value indicating how to scale image. (Inherited from ImagePrintDocument)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a value indicating whether the print document must select the image orientation automatically by aspect ratio of image and printable area (only in BestFit mode). (Inherited from ImagePrintDocument)
    Public PropertyGets or sets a value indicating whether vector rendering must be used for printing of PDF and DOCX pages. (Inherited from ImagePrintDocument)
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (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. (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 Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (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)
    Public Events
     NameDescription
    Public EventOccurs when the System.Drawing.Printing.PrintDocument.Print method is called and before the first page of the document prints. (Inherited from System.Drawing.Printing.PrintDocument)
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the last page of the document has printed. (Inherited from System.Drawing.Printing.PrintDocument)
    Public EventOccurs when an image has been printed on the page. (Inherited from ImagePrintDocument)
    Public EventOccurs when an image is being printed on the page. (Inherited from ImagePrintDocument)
    Public EventOccurs when printer needs next image to print. (Inherited from ImagePrintDocument)
    Public EventOccurs when an exception is thrown during work of this ImagePrintDocument. (Inherited from ImagePrintDocument)
    Public EventOccurs when the output to print for the current page is needed. (Inherited from System.Drawing.Printing.PrintDocument)
    Public EventOccurs immediately before each System.Drawing.Printing.PrintDocument.PrintPage event. (Inherited from System.Drawing.Printing.PrintDocument)
    See Also