Spread Windows Forms 15.0
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Document Class / Objects Property


In This Topic
    Objects Property (Document)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Objects As PDFObjectCollection
    'Usage
     
    
    Dim instance As Document
    Dim value As PDFObjectCollection
     
    value = instance.Objects
    public PDFObjectCollection Objects {get;}
    See Also