VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class
In This Topic
ImagePrintDocument Class Properties
In This Topic
For a list of all properties of this type, see ImagePrintDocument.
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the antialiased rendering is enabled.
Public PropertyGets or sets a value indicating whether the image is centered on page.
Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (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.
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.
Public PropertyGets or sets the number of images displayed vertically down the page.
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 the print controller that guides the printing process. (Inherited from System.Drawing.Printing.PrintDocument)
Public PropertyGets counter of printed pages.
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.
Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (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).
Public PropertyGets or sets a value indicating whether vector rendering must be used for printing of PDF and DOCX pages.
Protected Properties
 NameDescription
Protected PropertyGets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component)
Protected PropertyGets a value that indicates whether the System.ComponentModel.Component is currently in design mode. (Inherited from System.ComponentModel.Component)
Protected PropertyGets the list of event handlers that are attached to this System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
See Also