VintaSoft Imaging .NET SDK 12.4: 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(Vintasoft.Imaging.Print.PrintScaleMode, 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(Vintasoft.Imaging.Print.PrintScaleMode, null)]
    [DesignerCategory("Component")]
    [DefaultProperty("DocumentName")]
    [DefaultEvent("PrintPage")]
    [SRDescription("Defines an object that sends output to a printer.")]
    public class AnnotatedImagePrintDocument : Vintasoft.Imaging.Print.ImagePrintDocument
    
    
    [ToolboxBitmap(Vintasoft.Imaging.Print.PrintScaleMode, null)]
    [DesignerCategory("Component")]
    [DefaultProperty("DocumentName")]
    [DefaultEvent("PrintPage")]
    [SRDescription("Defines an object that sends output to a printer.")]
    public __gc class AnnotatedImagePrintDocument : public Vintasoft.Imaging.Print.ImagePrintDocument*
    
    
    [ToolboxBitmap(Vintasoft.Imaging.Print.PrintScaleMode, null)]
    [DesignerCategory("Component")]
    [DefaultProperty("DocumentName")]
    [DefaultEvent("PrintPage")]
    [SRDescription("Defines an object that sends output to a printer.")]
    public ref class AnnotatedImagePrintDocument : public 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also