Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / GetImageSize Method

In This Topic
    GetImageSize Method (GcPdfGraphics)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetImageSize( _
       ByVal image As IImage _
    ) As System.Drawing.SizeF
    public System.Drawing.SizeF GetImageSize( 
       IImage image
    )

    Parameters

    image
    See Also