Create a FileSpec and initialize it using given Cos/SDF object.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Sub New (
a As Obj
)
public:
FileSpec(
[InAttribute] Obj^ a
)
pdftron.PDF.FileSpec = function(a);
Parameters
- a
- Type: pdftron.SDFObj
given Cos/SDF object.
Return Value
Type:
the file spec
See Also