| FdfDocumentPathToPdf Property |
Gets a path to the PDF file spicified inside FDF document
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public string PathToPdf { get; }
Public ReadOnly Property PathToPdf As String
Get
public:
property String^ PathToPdf {
String^ get ();
}
member PathToPdf : string with get
/** @property */
public String get_PathToPdf()
function get_PathToPdf();
Return Value
StringThe source file or target file: the PDF document file that this FDF file was exported from or is intended to be imported into.
See Also