VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / FormXObjectFigure Class / GetXObjectResourceSize() Method
Syntax Requirements SeeAlso
In This Topic
    GetXObjectResourceSize() Method (FormXObjectFigure)
    In This Topic
    Returns the physical size of the XObject resource.
    Syntax
    'Declaration
    
    Protected Overrides Function GetXObjectResourceSize() As System.Drawing.SizeF
    
    
    protected override System.Drawing.SizeF GetXObjectResourceSize()
    
    
    protected: System.Drawing.SizeF* GetXObjectResourceSize(); override
    
    
    protected:
    System.Drawing.SizeF^ GetXObjectResourceSize(); override

    Return Value

    The physical size of the XObject resource.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also