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