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


In This Topic
    Version Property (Document)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Version As String
    'Usage
     
    
    Dim instance As Document
    Dim value As String
     
    instance.Version = value
     
    value = instance.Version
    public string Version {get; set;}
    See Also