Click or drag to resize

FilePdfSetCustomPages Method

Set the list of custom PDF page definitions

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void SetCustomPages(
	IEnumerable<PrintedPageDefinition> pages
)

Parameters

pages
Type: System.Collections.GenericIEnumerablePrintedPageDefinition

[Missing <param name="pages"/> documentation for "M:Rhino.FileIO.FilePdf.SetCustomPages(System.Collections.Generic.IEnumerable{Rhino.PrintedPageDefinition})"]

See Also