ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback