Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.WebLicense Property

Defines the license information for use on one web site.

Syntax

Get

VB.NETLicense = object.WebLicense As String
VBLicense = object.WebLicense As String
C#.NETstring License = object.WebLicense;
VC++_bstr_t License = object->WebLicense;
_bstr_t License = object->GetWebLicense();
CHRESULT object->get_WebLicense(BSTR* License);

Put

VB.NETobject.WebLicense = License As String
VBobject.WebLicense = License As String
C#.NETstring object.WebLicense = License;
VC++_bstr_t object->WebLicense = License;
void object->PutWebLicense(_bstr_t License);
CHRESULT object->put_WebLicense(BSTR License);

object

A SftPrintPreview object.

License

Defines the license information for use on one web site.

Comments

The WebLicense property defines the license information for use on one web site.

The use of the WebLicense property is no longer required and this property has no effect.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.