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
)
Public Shared Function Create (
doc As SDFDoc,
path As String,
embed As Boolean
) As FileSpec
public:
static FileSpec^ Create(
[InAttribute] SDFDoc^ doc,
[InAttribute] String^ path,
[InAttribute] bool embed
)
pdftron.PDF.FileSpec.Create = function(doc, path, 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