←Select platform

PDFRect Constructor

Summary
Initializes a new instance of the PDFRect structure with the specified edge locations.
Syntax
C#
VB
C++
Java
public PDFRect( 
   double left, 
   double top, 
   double right, 
   double bottom 
) 
Public Function New( _ 
   ByVal left As Double, _ 
   ByVal top As Double, _ 
   ByVal right As Double, _ 
   ByVal bottom As Double _ 
) 
public PDFRect(double left, double top, double right, double bottom) 
public: 
PDFRect(  
   double left, 
   double top, 
   double right, 
   double bottom 
) 

Parameters

left
The x-coordinate of the upper-left corner of the rectangle

top
The y-coordinate of the upper-left corner of the rectangle

right
The x-coordinate of the lower-right corner of the rectangle

bottom
The y-coordinate of the lower-right corner of the rectangle

Requirements

Target Platforms

See Also

Reference

PDFRect Structure

PDFRect Members

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.