Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / InlineImage Class / GetBounds Method

In This Topic
    GetBounds Method (InlineImage)
    In This Topic
    Returns the image's bounds.
    Syntax
    'Declaration
     
    Public Function GetBounds() As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> GetBounds()
    See Also