Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleRasterImageExporter Class / OnImageDocumentContentCreated Method


In This Topic
    OnImageDocumentContentCreated Method (NScheduleRasterImageExporter)
    In This Topic
    Called when content of the export document has been initialized.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnImageDocumentContentCreated( _
       ByVal schedule As NSchedule _
    ) 
    'Usage
     
    
    Dim instance As NScheduleRasterImageExporter
    Dim schedule As NSchedule
     
    instance.OnImageDocumentContentCreated(schedule)
    protected override void OnImageDocumentContentCreated( 
       NSchedule schedule
    )

    Parameters

    schedule
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also