ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPreflightReport Class : Records Property |
'Declaration Public ReadOnly Property Records As IList(Of ImGearPDFPreflightReport)
'Usage Dim instance As ImGearPDFPreflightReport Dim value As IList(Of ImGearPDFPreflightReport) value = instance.Records
public IList<ImGearPDFPreflightReport> Records {get;}
public: __property IList<ImGearPDFPreflightReport*>* get_Records();
public: property IList<ImGearPDFPreflightReport^>^ Records { IList<ImGearPDFPreflightReport^>^ get(); }