SoPSImageRWSetPrintSize Method |
Sets the print size for output.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetPrintSize(
SbVec2f printSize
)
Public Sub SetPrintSize (
printSize As SbVec2f
)
public:
void SetPrintSize(
SbVec2f printSize
)
member SetPrintSize :
printSize : SbVec2f -> unit
Parameters
- printSize
- Type: OIV.InventorSbVec2f
Remarks The size is given in inches.
See Also