ImageGear .NET v25.0 - Updated
Records Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPreflightReport Class : Records Property
Gets a fixed-size array of child report nodes.
Syntax
'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();
}

Property Value

ImGearPDFPreflightReport array.
See Also

Reference

ImGearPDFPreflightReport Class
ImGearPDFPreflightReport Members