Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / InflateToContent Method / InflateToContent() Method


In This Topic
    InflateToContent() Method
    In This Topic
    Inflates the document bounds to fit the document content
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub InflateToContent() 
    'Usage
     
    
    Dim instance As NDrawingDocument
     
    instance.InflateToContent()
    public virtual void InflateToContent()
    Remarks
    This implementation uses the default min size and content padding
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also