
'Declaration <ClassInterfaceAttribute(AutoDispatch)> <ToolboxBitmapAttribute(Vintasoft.Imaging.Print.PrintScaleMode, null)> <DesignerCategoryAttribute("Component")> <DefaultPropertyAttribute("DocumentName")> <DefaultEventAttribute("PrintPage")> <SRDescriptionAttribute("PrintDocumentDesc")> Public Class ImagePrintDocument Inherits System.Drawing.Printing.PrintDocument
[ClassInterface(AutoDispatch)] [ToolboxBitmap(Vintasoft.Imaging.Print.PrintScaleMode, null)] [DesignerCategory("Component")] [DefaultProperty("DocumentName")] [DefaultEvent("PrintPage")] [SRDescription("PrintDocumentDesc")] public class ImagePrintDocument : System.Drawing.Printing.PrintDocument
[ClassInterface(AutoDispatch)] [ToolboxBitmap(Vintasoft.Imaging.Print.PrintScaleMode, null)] [DesignerCategory("Component")] [DefaultProperty("DocumentName")] [DefaultEvent("PrintPage")] [SRDescription("PrintDocumentDesc")] public __gc class ImagePrintDocument : public System.Drawing.Printing.PrintDocument*
[ClassInterface(AutoDispatch)] [ToolboxBitmap(Vintasoft.Imaging.Print.PrintScaleMode, null)] [DesignerCategory("Component")] [DefaultProperty("DocumentName")] [DefaultEvent("PrintPage")] [SRDescription("PrintDocumentDesc")] public ref class ImagePrintDocument : public System.Drawing.Printing.PrintDocument^
This example 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: .NET 7; .NET 6; .NET 5; .NET Core 3.1; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5