VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentGraphicsFigureEditor Class / PdfContentGraphicsFigureEditor Constructor(PdfTreeNodeBase,Boolean)
Syntax Requirements SeeAlso
In This Topic
    PdfContentGraphicsFigureEditor Constructor(PdfTreeNodeBase,Boolean)
    In This Topic
    Initializes a new instance of the PdfContentGraphicsFigureEditor class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal node
    The PDF tree node to edit (page, form, ...).
    As Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase, _
    ByVal prepareTextObjects
    A 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also