 | FdfDocumentContent Property |
Gets FDF content as a string
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
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