 | PdfAnnotationListOfIndirectObjects Property |
Gets list of indirect objects
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxprotected 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
PdfIndirectList
See Also