| SignDocTextFieldAttributesgetFontResourceName Method |
Get the resource name of the font.
This function returns an empty string if isSet() would return false.
Note that setting the resource name is not possible.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getFontResourceName()
Public Function getFontResourceName As String
public:
String^ getFontResourceName()
member getFontResourceName : unit -> string
Return Value
Type:
String The resource name of the font.
See Also