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

In This Topic
    Height Property (PdfImageBase)
    In This Topic
    Gets the height of the image in pixels.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Height As System.Integer
    public abstract System.int Height {get;}
    See Also