Aspose::Pdf::License class

License class

Provides methods to license the component.

class License : public System::Object

Methods

MethodDescription
get_Embedded() constLicense number was added as embedded resource.
License()Initializes a new instance of this class.
set_Embedded(bool)License number was added as embedded resource.
SetLicense(System::String)Licenses the component.
SetLicense(System::SharedPtr<System::IO::Stream>)Licenses the component.

See Also