←Select platform

DestinationRectangle Property

Summary

Gets the actual destination rectangle to print.

Syntax

C#
VB
C++
public Rectangle DestinationRectangle {get;} 
  
Public ReadOnly Property DestinationRectangle As Rectangle 
public: 
property Rectangle DestinationRectangle { 
   Rectangle get(); 
} 

Property Value

A System.Drawing.Rectangle structure that specifies the actual destination rectangle to use when printing.

Remarks

The value of this property is updated after you call Prepare.

Example

For an example, refer to RasterImagePrinter and ImageRectangle.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly