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


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