VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / TextBoxFigure Class / RefreshProperties(PdfGraphics) Method
Syntax Requirements SeeAlso
In This Topic
    RefreshProperties(PdfGraphics) Method (TextBoxFigure)
    In This Topic
    Refreshes the Graphics Figure properties (Size, Location, ...).
    Syntax
    'Declaration
    
    Public Overrides Sub RefreshProperties( _
    ByVal graphics As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics _
    )
    public override void RefreshProperties(
    Vintasoft.Imaging.Pdf.Drawing.PdfGraphics graphics
    )
    public: void RefreshProperties(
    Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* graphics
    ); override
    public:
    void RefreshProperties(
    Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ graphics
    ); override

    Parameters

    graphics
    The PdfGraphics.
    Requirements

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

    See Also