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

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