BDCProperties

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

NameTypeAccessDescription
MCIDint?ReadGets the mcid.
Langstring?Read/WriteLanguage tag (/Lang entry).
Estring?Read/WriteExpansion text (/E entry).

Methods

SignatureDescription
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.

See Also