protected virtual Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement CreateStructureElement(
Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureCompositeNode parent,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Pdf.Tree.PdfPage page
)
protected: virtual Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement* CreateStructureElement(
Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureCompositeNode* parent,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Pdf.Tree.PdfPage* page
)
protected:
virtual Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement^ CreateStructureElement(
Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureCompositeNode^ parent,
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page
)
'Declaration Protected Overridable Function CreateStructureElement( _
ByVal parentThe parent PDF structure element.As Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureCompositeNode, _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal pageThe PDF page that corresponds the image.As Vintasoft.Imaging.Pdf.Tree.PdfPage _
) As Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement
Parameters
- parent
- The parent PDF structure element.
- image
- The image.
- page
- The PDF page that corresponds the image.
Return Value
A new instance of PdfStructureElement class.