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