'Declaration Public Function New( _
ByVal documentThe PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal structureTypeThe type of the structure element.As System.String, _
ByVal parentThe immediate parent of structure element.As PdfStructureCompositeNode, _
ByVal markedContentIdThe marked content identifier.As System.Int32 _
)
public PdfStructureElement(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String structureType,
PdfStructureCompositeNode parent,
System.Int32 markedContentId
)
public: PdfStructureElement(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String structureType,
PdfStructureCompositeNode* parent,
System.Int32 markedContentId
)
public:
PdfStructureElement(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String structureType,
PdfStructureCompositeNode^ parent,
System.Int32 markedContentId
)
Parameters
- document
- The PDF document.
- structureType
- The type of the structure element.
- parent
- The immediate parent of structure element.
- markedContentId
- The marked content identifier.