Имя | Описание | |
---|---|---|
ImagePrintDocument | Инициализирует новый экземпляр класса ImagePrintDocument. |
Имя | Описание | |
---|---|---|
ImagePrintDocument | Инициализирует новый экземпляр класса ImagePrintDocument. |
Имя | Описание | |
---|---|---|
AntiAliasing | Возвращает или задает значение, указывающее, включена ли отрисовка со сглаживанием. | |
Center | Возвращает или задает значение, указывающее, центрировано ли изображение на странице. | |
Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Наследуется от System.ComponentModel.Component) | |
DefaultPageSettings | Gets or sets page settings that are used as defaults for all pages to be printed. (Наследуется от System.Drawing.Printing.PrintDocument) | |
DistanceBetweenImages | Возвращает или задает расстояние между изображениями в сотых долях дюйма. | |
DocumentName | Gets 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) | |
MosaicColumnCount | Возвращает или задает количество изображений, отображаемых по горизонтали на странице. | |
MosaicRowCount | Возвращает или задает количество изображений, отображаемых вертикально вниз на странице. | |
OriginAtMargins | Gets 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) | |
PrintController | Gets or sets the print controller that guides the printing process. (Наследуется от System.Drawing.Printing.PrintDocument) | |
PrintedPageCount | Возвращает счетчик напечатанных страниц. | |
PrinterSettings | Gets or sets the printer that prints the document. (Наследуется от System.Drawing.Printing.PrintDocument) | |
PrintScaleMode | Возвращает или задает значение, указывающее, как масштабировать изображение. | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Наследуется от System.ComponentModel.Component) | |
UseImageAutoOrienation | Возвращает или задает значение, указывающее, должен ли документ для печати автоматически выбирать ориентацию изображения по соотношению сторон изображения и области печати (только в режиме BestFit). | |
UseVectorRendering | Возвращает или задает значение, указывающее, необходимо ли использовать векторную визуализацию для печати PDF страниц и DOCX. |
Имя | Описание | |
---|---|---|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Наследуется от System.ComponentModel.Component) | |
DesignMode | Gets a value that indicates whether the System.ComponentModel.Component is currently in design mode. (Наследуется от System.ComponentModel.Component) | |
Events | Gets the list of event handlers that are attached to this System.ComponentModel.Component. (Наследуется от System.ComponentModel.Component) |
Имя | Описание | |
---|---|---|
Dispose | Overloaded. Releases all resources used by the | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Наследуется от System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Наследуется от System.MarshalByRefObject) | |
Starts the document's printing process. (Наследуется от System.Drawing.Printing.PrintDocument) | ||
ToString | Provides information about the print document, in string form. (Наследуется от System.Drawing.Printing.PrintDocument) |
Имя | Описание | |
---|---|---|
BeginPrintImage | Начинает печать изображения и позволяет инициализировать настройки печати. | |
DrawImage | Рисует указанную прямоугольную область VintasoftImage в указанной прямоугольной области страницы System.Drawing.Graphics. | |
EndPrintImage | Завершает печать изображения и позволяет освободить ресурсы, использованные во время печати. | |
Finalize | Releases unmanaged resources and performs other cleanup operations before the System.ComponentModel.Component is reclaimed by garbage collection. (Наследуется от System.ComponentModel.Component) | |
GetService | Returns an object that represents a service provided by the System.ComponentModel.Component or by its System.ComponentModel.Container. (Наследуется от System.ComponentModel.Component) | |
MemberwiseClone | Creates a shallow copy of the current System.MarshalByRefObject object. (Наследуется от System.MarshalByRefObject) | |
NeedsUseLandcapeImageOrientation | Возвращает значение, указывающее, нужно ли печатать указанное изображение в альбомной ориентации. | |
NeedsVectorPrinting | Возвращает значение, указывающее, нужно ли печатать указанное изображение в векторном режиме. | |
OnBeginPrint | Вызывает событие System.Drawing.Printing.PrintDocument.BeginPrint. Он вызывается после вызова метода System.Drawing.Printing.PrintDocument.Print и перед печатью первой страницы документа. | |
OnPrintPage | Вызывает событие System.Drawing.Printing.PrintDocument.PrintPage. Он вызывается перед печатью страницы. |
Имя | Описание | |
---|---|---|
BeginPrint | Occurs when the System.Drawing.Printing.PrintDocument.Print method is called and before the first page of the document prints. (Наследуется от System.Drawing.Printing.PrintDocument) | |
Disposed | Occurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Наследуется от System.ComponentModel.Component) | |
EndPrint | Occurs when the last page of the document has printed. (Наследуется от System.Drawing.Printing.PrintDocument) | |
ImagePrinted | Происходит, когда изображение напечатано на странице. | |
ImagePrinting | Происходит при печати изображения на странице. | |
PrintImage | Происходит, когда принтеру нужно напечатать следующее изображение. | |
PrintingException | Происходит, когда во время работы этого ImagePrintDocument генерируется исключение. | |
PrintPage | Occurs when the output to print for the current page is needed. (Наследуется от System.Drawing.Printing.PrintDocument) | |
QueryPageSettings | Occurs immediately before each System.Drawing.Printing.PrintDocument.PrintPage event. (Наследуется от System.Drawing.Printing.PrintDocument) |