Note: This API is now obsolete.
Gets the names of all descendants of this field.
Namespace: PdfEdit.Pdf.AcroFormsAssembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
[ObsoleteAttribute("Use GetDescendantNames")]
public string[] DescendantNames { get; }
<ObsoleteAttribute("Use GetDescendantNames")>
Public ReadOnly Property DescendantNames As String()
Get
public:
[ObsoleteAttribute(L"Use GetDescendantNames")]
property array<String^>^ DescendantNames {
array<String^>^ get ();
}
Property Value
Type:
String
Reference