GetSmartQuotes Method

Pageflex Document Action API

Pageflex Document Action API GetSmartQuotes Method
Namespaces > Pageflex.Scripting > Application > GetSmartQuotes()
Get the characters used for smart quotes
Syntax
C# Visual Basic Managed C++
public static string GetSmartQuotes ()
Public Shared Function GetSmartQuotes As String
public:
static String^ GetSmartQuotes ()
Return Value
A String containing the 4 characters used for quotes, double-open, double-close, single-open, single-close
Remarks
Useful when overriding the quotes using SetSmartQuotes. If you only want to change them temporarily, then get the original values, set the temporary ones needed, use them, then reset them back to their original values.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)