Aspose::Pdf::LogicalStructure::StructureElement::Tag method

StructureElement::Tag(System::SharedPtr<Artifact>) method

Bind a structure element to the Artifact.

System::SharedPtr<MCRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<Artifact> artifact) override
ParameterTypeDescription
artifactSystem::SharedPtr<Artifact>Pdf artifact.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::MCRElementStructure element.

See Also

StructureElement::Tag(System::SharedPtr<Aspose::Pdf::Annotations::Annotation>) method

Bind a structure element to the Annotation.

System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<Aspose::Pdf::Annotations::Annotation> annotation) override
ParameterTypeDescription
annotationSystem::SharedPtr<Aspose::Pdf::Annotations::Annotation>Pdf annotation.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.

See Also

StructureElement::Tag(System::SharedPtr<Aspose::Pdf::Operators::BDC>) method

Bind a structure element to the content stream BDC operator.

System::SharedPtr<MCRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<Aspose::Pdf::Operators::BDC> bdc) override
ParameterTypeDescription
bdcSystem::SharedPtr<Aspose::Pdf::Operators::BDC>Content stream bdc operator.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::MCRElementStructure element.

See Also

StructureElement::Tag(System::SharedPtr<XForm>) method

Bind a structure element to the content stream XForm.

System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<XForm> form) override
ParameterTypeDescription
formSystem::SharedPtr<XForm>Pdf form.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.

See Also

StructureElement::Tag(System::SharedPtr<XImage>) method

Bind a structure element to the XImage.

System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<XImage> image) override
ParameterTypeDescription
imageSystem::SharedPtr<XImage>Pdf image.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.

See Also