Click or drag to resize

FileSpecCreate Method (SDFDoc, String, Boolean)

Creates the.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static FileSpec Create(
	SDFDoc doc,
	string path,
	bool embed
)

Parameters

doc
Type: pdftron.SDFSDFDoc
the doc
path
Type: SystemString
the path
embed
Type: SystemBoolean
the embed

Return Value

Type: FileSpec
the file spec
See Also