
'Declaration <ToolboxBitmapAttribute("", null)> <ClassInterfaceAttribute(AutoDispatch)> <DesignerCategoryAttribute("Component")> <DefaultPropertyAttribute("DocumentName")> <DefaultEventAttribute("PrintPage")> <SRDescriptionAttribute("Defines an object that sends output to a printer.")> Public Class ImagePrintDocument Inherits System.Drawing.Printing.PrintDocument
[ToolboxBitmap("", null)] [ClassInterface(AutoDispatch)] [DesignerCategory("Component")] [DefaultProperty("DocumentName")] [DefaultEvent("PrintPage")] [SRDescription("Defines an object that sends output to a printer.")] public class ImagePrintDocument : System.Drawing.Printing.PrintDocument
[ToolboxBitmap("", null)] [ClassInterface(AutoDispatch)] [DesignerCategory("Component")] [DefaultProperty("DocumentName")] [DefaultEvent("PrintPage")] [SRDescription("Defines an object that sends output to a printer.")] public __gc class ImagePrintDocument : public System.Drawing.Printing.PrintDocument*
[ToolboxBitmap("", null)] [ClassInterface(AutoDispatch)] [DesignerCategory("Component")] [DefaultProperty("DocumentName")] [DefaultEvent("PrintPage")] [SRDescription("Defines an object that sends output to a printer.")] public ref class ImagePrintDocument : public System.Drawing.Printing.PrintDocument^
This C#/VB.NET code shows how to print a multipage TIFF file. Each image will be resized to fill the page.
System.Object
 System.MarshalByRefObject
   System.ComponentModel.Component
     System.Drawing.Printing.PrintDocument
       Vintasoft.Imaging.Print.ImagePrintDocument
         Vintasoft.Imaging.Annotation.Print.AnnotatedImagePrintDocument
         Vintasoft.Imaging.Pdf.Print.PdfPrintDocument
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5