BDCProperties.BDCProperties
BDCProperties(string, string)
Constructor for properties of BDC operator.
public BDCProperties(string lang = null, string expansionText = null)
Parameter | Type | Description |
---|---|---|
lang | String | Lang tag. |
expansionText | String | Expansion text. |
See Also
- class BDCProperties
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
BDCProperties(int?, string, string)
Constructor for properties of BDC operator.
public BDCProperties(int? mcid, string lang = null, string expansionText = null)
Parameter | Type | Description |
---|---|---|
mcid | Nullable`1 | MCID. |
lang | String | Lang tag. |
expansionText | String | Expansion text. |
See Also
- class BDCProperties
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF