Element.Tag

Tag(BDC)

Bind a structure element to the content stream BDC operator.

public abstract MCRElement Tag(BDC bdc)
ParameterTypeDescription
bdcBDCContent stream bdc operator.

Return Value

MCRElementStructure element.

See Also


Tag(XForm)

Bind a structure element to the content stream XForm.

public abstract OBJRElement Tag(XForm form)
ParameterTypeDescription
formXFormPdf form.

Return Value

OBJRElementStructure element.

See Also


Tag(XImage)

Bind a structure element to the XImage.

public abstract OBJRElement Tag(XImage image)
ParameterTypeDescription
imageXImagePdf image.

Return Value

OBJRElementStructure element.

See Also


Tag(Artifact)

Bind a structure element to the Artifact.

public abstract MCRElement Tag(Artifact artifact)
ParameterTypeDescription
artifactArtifactPdf artifact.

Return Value

MCRElementStructure element.

See Also


Tag(Annotation)

Bind a structure element to the Annotation.

public abstract OBJRElement Tag(Annotation annotation)
ParameterTypeDescription
annotationAnnotationPdf annotation.

Return Value

OBJRElementStructure element.

See Also