ReadPDF.AddToScene (Int32, Environment, RegenOptions) Method

Adds the entities of the specified page to the scene.
Public Sub AddToScene( _ 
ByVal pageIndex As Integer, _ 
ByVal environment As Environment, _ 
Optional ByVal ro As RegenOptions = null _ 
)
This language is not supported or no code example is available.
public void AddToScene( 
int pageIndex
Environment environment
RegenOptions ro = null 
)
This language is not supported or no code example is available.

Parameters

pageIndex
int

The index of the page to add.

environment
Environment

The Environment used to add the entities.

ro
RegenOptions

Asynchronous regeneration settings.

.NET Framework

Supported in: 4.8

In this article

Definition