Nevron .NET Vision
Nevron.Chart Namespace / NPrintDocumentController Class / BeforePrintSample Method


In This Topic
    BeforePrintSample Method (NPrintDocumentController)
    In This Topic
    Called before the print document prints a sample.
    Syntax
    'Declaration
     
    
    Public Overridable Sub BeforePrintSample( _
       ByVal sample As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NPrintDocumentController
    Dim sample As System.Integer
     
    instance.BeforePrintSample(sample)
    public virtual void BeforePrintSample( 
       System.int sample
    )

    Parameters

    sample
    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