'Declaration Public Function New( _
ByVal nodeThe PDF tree node to edit (page, form, ...).As Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase, _
ByVal prepareTextObjectsA value indicating whether to prepare text objects.As Boolean _
)
public PdfContentGraphicsFigureEditor(
Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase node,
bool prepareTextObjects
)
public: PdfContentGraphicsFigureEditor(
Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase* node,
bool prepareTextObjects
)
public:
PdfContentGraphicsFigureEditor(
Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^ node,
bool prepareTextObjects
)
Parameters
- node
- The PDF tree node to edit (page, form, ...).
- prepareTextObjects
- A value indicating whether to prepare text objects.