VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Print Namespace / AnnotatedImagePrintDocument Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
AnnotatedImagePrintDocument Class
In This Topic
Prints images with annotations.
Object Model
AnnotationDataController AnnotatedImagePrintDocument
Syntax
'Declaration

<ToolboxBitmapAttribute("", null)>
<DesignerCategoryAttribute("Component")>
<DefaultPropertyAttribute("DocumentName")>
<DefaultEventAttribute("PrintPage")>
<SRDescriptionAttribute("Defines an object that sends output to a printer.")>
Public Class AnnotatedImagePrintDocument
   Inherits Vintasoft.Imaging.Print.ImagePrintDocument

[ToolboxBitmap("", null)]
[DesignerCategory("Component")]
[DefaultProperty("DocumentName")]
[DefaultEvent("PrintPage")]
[SRDescription("Defines an object that sends output to a printer.")]
public class AnnotatedImagePrintDocument : Vintasoft.Imaging.Print.ImagePrintDocument

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Drawing.Printing.PrintDocument
            Vintasoft.Imaging.Print.ImagePrintDocument
               Vintasoft.Imaging.Annotation.Print.AnnotatedImagePrintDocument

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also