| PdfAnnotationListOfIndirectObjects Property |
Gets list of indirect objects
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax protected PdfIndirectList ListOfIndirectObjects { get; }
Protected ReadOnly Property ListOfIndirectObjects As PdfIndirectList
Get
protected:
property PdfIndirectList^ ListOfIndirectObjects {
PdfIndirectList^ get ();
}
member ListOfIndirectObjects : PdfIndirectList with get
/** @property */
protected PdfIndirectList get_ListOfIndirectObjects()
function get_ListOfIndirectObjects();
Property Value
PdfIndirectListSee Also