VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class
Конструкторы Свойства Методы События Смотрите также
В этом разделе
    Члены типа ImagePrintDocument Class
    В этом разделе
    В следующих таблицах перечислены элементы, предоставляемые ImagePrintDocument.
    Публичные Конструкторы
     ИмяОписание
    Public ConstructorИнициализирует новый экземпляр класса ImagePrintDocument.
    Публичные Свойства
     ИмяОписание
    Public PropertyВозвращает или задает значение, указывающее, включена ли отрисовка со сглаживанием.
    Public PropertyВозвращает или задает значение, указывающее, центрировано ли изображение на странице.
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Наследуется от System.ComponentModel.Component)
    Public PropertyGets or sets page settings that are used as defaults for all pages to be printed. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public PropertyВозвращает или задает расстояние между изображениями в сотых долях дюйма.
    Public PropertyGets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public PropertyВозвращает или задает количество изображений, отображаемых по горизонтали на странице.
    Public PropertyВозвращает или задает количество изображений, отображаемых вертикально вниз на странице.
    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. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public PropertyGets or sets the print controller that guides the printing process. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public PropertyВозвращает счетчик напечатанных страниц.
    Public PropertyGets or sets the printer that prints the document. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public PropertyВозвращает или задает значение, указывающее, как масштабировать изображение.
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Наследуется от System.ComponentModel.Component)
    Public PropertyВозвращает или задает значение, указывающее, должен ли документ для печати автоматически выбирать ориентацию изображения по соотношению сторон изображения и области печати (только в режиме BestFit).
    Public PropertyВозвращает или задает значение, указывающее, необходимо ли использовать векторную визуализацию для печати PDF страниц и DOCX.
    Защищенные Свойства
     ИмяОписание
    Protected PropertyGets a value indicating whether the component can raise an event. (Наследуется от System.ComponentModel.Component)
    Protected PropertyGets a value that indicates whether the System.ComponentModel.Component is currently in design mode. (Наследуется от System.ComponentModel.Component)
    Protected PropertyGets the list of event handlers that are attached to this System.ComponentModel.Component. (Наследуется от System.ComponentModel.Component)
    Публичные Методы
     ИмяОписание
    Public MethodOverloaded. Releases all resources used by the . (Наследуется от System.ComponentModel.Component)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Наследуется от System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Наследуется от System.MarshalByRefObject)
    Public MethodStarts the document's printing process. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public MethodProvides information about the print document, in string form. (Наследуется от System.Drawing.Printing.PrintDocument)
    Защищенные Методы
     ИмяОписание
    Protected MethodНачинает печать изображения и позволяет инициализировать настройки печати.
    Protected MethodРисует указанную прямоугольную область VintasoftImage в указанной прямоугольной области страницы System.Drawing.Graphics.
    Protected MethodЗавершает печать изображения и позволяет освободить ресурсы, использованные во время печати.
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the System.ComponentModel.Component is reclaimed by garbage collection. (Наследуется от System.ComponentModel.Component)
    Protected MethodReturns an object that represents a service provided by the System.ComponentModel.Component or by its System.ComponentModel.Container. (Наследуется от System.ComponentModel.Component)
    Protected MethodCreates a shallow copy of the current System.MarshalByRefObject object. (Наследуется от System.MarshalByRefObject)
    Protected MethodВозвращает значение, указывающее, нужно ли печатать указанное изображение в альбомной ориентации.
    Protected MethodВозвращает значение, указывающее, нужно ли печатать указанное изображение в векторном режиме.
    Protected MethodВызывает событие System.Drawing.Printing.PrintDocument.BeginPrint. Он вызывается после вызова метода System.Drawing.Printing.PrintDocument.Print и перед печатью первой страницы документа.
    Protected MethodВызывает событие System.Drawing.Printing.PrintDocument.PrintPage. Он вызывается перед печатью страницы.
    Публичные События
     ИмяОписание
    Public EventOccurs when the System.Drawing.Printing.PrintDocument.Print method is called and before the first page of the document prints. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Наследуется от System.ComponentModel.Component)
    Public EventOccurs when the last page of the document has printed. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public EventПроисходит, когда изображение напечатано на странице.
    Public EventПроисходит при печати изображения на странице.
    Public EventПроисходит, когда принтеру нужно напечатать следующее изображение.
    Public EventПроисходит, когда во время работы этого ImagePrintDocument генерируется исключение.
    Public EventOccurs when the output to print for the current page is needed. (Наследуется от System.Drawing.Printing.PrintDocument)
    Public EventOccurs immediately before each System.Drawing.Printing.PrintDocument.PrintPage event. (Наследуется от System.Drawing.Printing.PrintDocument)
    Смотрите также