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


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