 | FdfDocumentContent Property |
Gets FDF content as a string
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic string Content { get; }Public ReadOnly Property Content As String
Get
public:
property String^ Content {
String^ get ();
}member Content : string with get
/** @property */
public String get_Content()
Property Value
String
See Also