Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / DocumentParagraph Class / ZoomScale Property


In This Topic
    ZoomScale Property (DocumentParagraph)
    In This Topic
    Get the zoom scale of page.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ZoomScale As Double
    'Usage
     
    
    Dim instance As DocumentParagraph
    Dim value As Double
     
    value = instance.ZoomScale
    public double ZoomScale {get;}
    See Also