ApplyStyle
Description
Applies a style that was previously saved using the SaveStyle function. The style name is case sensitive, it must exactly match the style name used with the SaveStyle function.
Syntax
Delphi
function TDebenuPDFLibrary1811.ApplyStyle(StyleName: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::ApplyStyle(StyleName As String) As Long
DLL
int DPLApplyStyle(int InstanceID, wchar_t * StyleName)
Parameters
StyleName | The name to associate with the style. This name is case sensitive. |
Return values
0 | The specified StyleName could not be found |
1 | The style was applied successfully |