 | PdfiumFPDFFormField_GetRichTextString Method |
Get a rich text string
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormField_GetRichTextString(
IntPtr frmField
)
Public Shared Function FPDFFormField_GetRichTextString (
frmField As IntPtr
) As String
public:
static String^ FPDFFormField_GetRichTextString(
IntPtr frmField
)
static member FPDFFormField_GetRichTextString :
frmField : IntPtr -> string
public static String FPDFFormField_GetRichTextString(
IntPtr frmField
)
Patagames.Pdf.Pdfium.FPDFFormField_GetRichTextString = function(frmField);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
Return Value
StringA rich text string
Remarks
Beginning with PDF 1.5, the text contents of variable text form fields, as well as
markup annotations, can include formatting (style) information. These rich text
strings are fully-formed XML documents that conform to the rich text conventions
specified for the XML Forms Architecture (XFA) specification, which is itself
a subset of the XHTML 1.0 specification, augmented with a restricted set of
CSS2 style attributes.
See Also