[]
Resolves and returns the stream-level default Model3DView for this 3D stream.
public Model3DView GetDefaultView()
Public Function GetDefaultView() As Model3DView
| Type | Description |
|---|---|
| Model3DView | The resolved Model3DView to be used as the stream's default view, or
|
The default view is read from the stream dictionary entry identified by the PDF name
DV. The entry may specify the default view in multiple forms (numeric index,
name, special keywords, or an embedded view dictionary). This method encapsulates
the resolution logic and returns the effective Model3DView or null
when no default is defined or it cannot be resolved.