 | FdfDocumentPathToPdf Property |
Gets a path to the PDF file spicified inside FDF document
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic 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
Type:
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