Element.Tag
Contents
[
Hide
]Tag(BDC)
Bind a structure element to the content stream BDC operator.
public abstract MCRElement Tag(BDC bdc)
Parameter | Type | Description |
---|---|---|
bdc | BDC | Content stream bdc operator. |
Return Value
MCRElementStructure element.
See Also
- class MCRElement
- class BDC
- class Element
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(XForm)
Bind a structure element to the content stream XForm.
public abstract OBJRElement Tag(XForm form)
Parameter | Type | Description |
---|---|---|
form | XForm | Pdf form. |
Return Value
OBJRElementStructure element.
See Also
- class OBJRElement
- class XForm
- class Element
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(XImage)
Bind a structure element to the XImage.
public abstract OBJRElement Tag(XImage image)
Parameter | Type | Description |
---|---|---|
image | XImage | Pdf image. |
Return Value
OBJRElementStructure element.
See Also
- class OBJRElement
- class XImage
- class Element
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(Artifact)
Bind a structure element to the Artifact.
public abstract MCRElement Tag(Artifact artifact)
Parameter | Type | Description |
---|---|---|
artifact | Artifact | Pdf artifact. |
Return Value
MCRElementStructure element.
See Also
- class MCRElement
- class Artifact
- class Element
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(Annotation)
Bind a structure element to the Annotation.
public abstract OBJRElement Tag(Annotation annotation)
Parameter | Type | Description |
---|---|---|
annotation | Annotation | Pdf annotation. |
Return Value
OBJRElementStructure element.
See Also
- class OBJRElement
- class Annotation
- class Element
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF