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

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