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