FilePdf.AddPage Method (ViewCaptureSettings)

FilePdfAddPage Method (ViewCaptureSettings)

Add a new page to this document and draw a viewport into it based on provided ViewCaptureSettings

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract int AddPage(
	ViewCaptureSettings settings
)
Public MustOverride Function AddPage ( 
	settings As ViewCaptureSettings
) As Integer

Parameters

settings
Type: Rhino.DisplayViewCaptureSettings

[Missing <param name="settings"/> documentation for "M:Rhino.FileIO.FilePdf.AddPage(Rhino.Display.ViewCaptureSettings)"]

Return Value

Type: Int32
page number on success
Version Information

Rhino for Windows

Supported in: 6.14
See Also