Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Reader Class / Document Property


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