Initializes a new instance of the PDFPagesObject class
Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public PDFPagesObject( PDFDocument pdfdoc ) |
| Visual Basic |
|---|
Public Sub New ( _ pdfdoc As PDFDocument _ ) |
| Visual C++ |
|---|
public: PDFPagesObject( PDFDocument^ pdfdoc ) |
Parameters
- pdfdoc
- Type: CuteEditor.Convertor.PDF..::..PDFDocument