PDFRect Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PDFRect Constructor |
| PDFRect Class See Also Send Feedback |
Initializes a new instance of the PDFRect class
Namespace:Â CuteEditor.Convertor.PDFAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public PDFRect( PDFDocument doc, int width, int left ) |
| Visual Basic |
|---|
Public Sub New ( _ doc As PDFDocument, _ width As Integer, _ left As Integer _ ) |
| Visual C++ |
|---|
public: PDFRect( PDFDocument^ doc, int width, int left ) |