Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / ViewState Class / Zoom Property

In This Topic
    Zoom Property (ViewState)
    In This Topic
    Gets or sets the document zoom value (1 is actual size, no zoom).
    Syntax
    'Declaration
     
    Public Property Zoom As System.Single
    public System.float Zoom {get; set;}
    See Also