 | PdfDestinationArray Property |
Gets the destionation's array
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfTypeArray Array { get; }Public ReadOnly Property Array As PdfTypeArray
Get
public:
property PdfTypeArray^ Array {
PdfTypeArray^ get ();
}member Array : PdfTypeArray with get
/** @property */
public PdfTypeArray get_Array()
Property Value
PdfTypeArray
See Also