StructureElement.Tag
Contenuti
[
Nascondere
]Tag(BDC)
Collega un elemento di struttura all’operatore BDC del flusso di contenuto.
public override MCRElement Tag(BDC bdc)
Parametro | Tipo | Descrizione |
---|---|---|
bdc | BDC | Operatore bdc del flusso di contenuto. |
Valore di Ritorno
Elemento MCRElementStructure.
Vedi Anche
- classe MCRElement
- classe BDC
- classe StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(XForm)
Collega un elemento di struttura al flusso di contenuto XForm.
public override OBJRElement Tag(XForm form)
Parametro | Tipo | Descrizione |
---|---|---|
form | XForm | Modulo Pdf. |
Valore di Ritorno
Elemento OBJRElementStructure.
Vedi Anche
- classe OBJRElement
- classe XForm
- classe StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(XImage)
Collega un elemento di struttura all’XImage.
public override OBJRElement Tag(XImage image)
Parametro | Tipo | Descrizione |
---|---|---|
image | XImage | Immagine Pdf. |
Valore di Ritorno
Elemento OBJRElementStructure.
Vedi Anche
- classe OBJRElement
- classe XImage
- classe StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(Artifact)
Collega un elemento di struttura all’Artifact.
public override MCRElement Tag(Artifact artifact)
Parametro | Tipo | Descrizione |
---|---|---|
artifact | Artifact | Artefatto Pdf. |
Valore di Ritorno
Elemento MCRElementStructure.
Vedi Anche
- classe MCRElement
- classe Artifact
- classe StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(Annotation)
Collega un elemento di struttura all’Annotation.
public override OBJRElement Tag(Annotation annotation)
Parametro | Tipo | Descrizione |
---|---|---|
annotation | Annotation | Annotazione Pdf. |
Valore di Ritorno
Elemento OBJRElementStructure.
Vedi Anche
- classe OBJRElement
- classe Annotation
- classe StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF