'Declaration Public Property PdfFilePath As System.String
public System.String PdfFilePath { get; set; }
Property Value
This property returns path to a PDF document, which is stored in "f" element of XFDF packet.
Export:
Export:
- NOT empty string value - "f" element will be added to the XFDF packet.
- empty string value - "f" element will NOT be added to the XFDF packet.
- null - "f" element will be calculated automatically and added to the XFDF packet.