BDCProperties
Overview
BDCProperties is a class in Aspose.PDF FOSS for .NET.
Properties for a BDC / DP marked-content operator (/MCID and /Lang).
This class provides 4 methods for working with BDCProperties objects in .NET programs.
Available methods include: BDCProperties.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: E, Lang, MCID.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MCID | int? | Read | Gets the mcid. |
Lang | string? | Read/Write | Language tag (/Lang entry). |
E | string? | Read/Write | Expansion text (/E entry). |
Methods
| Signature | Description |
|---|---|
BDCProperties(lang: string) | Calls BDCProperties on this BDCProperties instance. |
BDCProperties(mcid: int, lang: string) | |
BDCProperties(lang: string, expansionText: string) | Construct with language + expansion text but no /MCID. |
BDCProperties(mcid: int?, lang: string, expansionText: string) | Full ctor with optional /MCID + language + expansion text. |