RemoveStyle
Description
Removes 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 TQuickPDF0813.RemoveStyle(StyleName: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::RemoveStyle(StyleName As String) As Long
DLL
int QuickPDFRemoveStyle(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 removed successfully |