OBJRElement.Tag

Tag(BDC)

ربط عنصر هيكلي بتدفق المحتوى مشغل BDC.

public override MCRElement Tag(BDC bdc)
ParameterTypeDescription
bdcBDCمشغل bdc لتدفق المحتوى.

Return Value

عنصر MCRElementStructure.

See Also


Tag(XForm)

ربط عنصر هيكلي بتدفق المحتوى XForm.

public override OBJRElement Tag(XForm form)
ParameterTypeDescription
formXFormنموذج Pdf.

Return Value

عنصر OBJRElementStructure.

See Also


Tag(XImage)

ربط عنصر هيكلي بـ XImage.

public override OBJRElement Tag(XImage image)
ParameterTypeDescription
imageXImageصورة Pdf.

Return Value

عنصر OBJRElementStructure.

See Also


Tag(Artifact)

ربط عنصر هيكلي بالتحفة.

public override MCRElement Tag(Artifact artifact)
ParameterTypeDescription
artifactArtifactتحفة Pdf.

Return Value

عنصر MCRElementStructure.

See Also


Tag(Annotation)

ربط عنصر هيكلي بالتعليق.

public override OBJRElement Tag(Annotation annotation)
ParameterTypeDescription
annotationAnnotationتعليق Pdf.

Return Value

عنصر OBJRElementStructure.

See Also