Nevron Open Vision Documentation
Nevron.Nov.Diagram.Export Namespace / NDrawingRasterImageExporter Class / OnImageDocumentContentCreated Method


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

    Parameters

    drawing
    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