WritePdfParams(Model, Size, Rect) Constructor

Constructor with the Model and the paper size.
Public Sub New( _ 
ByVal model As Model, _ 
ByVal paperSize As Size, _ 
ByVal viewRect As Rect
)
This language is not supported or no code example is available.
public WritePdfParams( 
Model model
Size paperSize
Rect viewRect 
)
This language is not supported or no code example is available.

Parameters

model
Model

The Model.

paperSize
Size

The paper size in point unit.

viewRect
Rect

The position and size, in point unit, of the 3D view of the model in the PDF page in point.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition