FDFDoc Constructor (String) |
Creates a new FDF document from the specified full path of the file.
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public FDFDoc(
string filepath
)
Public Sub New (
filepath As String
)
public:
FDFDoc(
[InAttribute] String^ filepath
)
pdftron.FDF.FDFDoc = function(filepath);
Parameters
- filepath
- Type: SystemString
[Missing <param name="filepath"/> documentation for "M:pdftron.FDF.FDFDoc.#ctor(System.String)"]
See Also