Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageBase Class / VerticalResolution Property

In This Topic
    VerticalResolution Property (PdfImageBase)
    In This Topic
    Gets the vertical resolution of the image. If this property returns a value that is less or equal than 0, then the vertical resolution is not specified for an image.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property VerticalResolution As System.Single
    public abstract System.float VerticalResolution {get;}
    See Also