Note: This API is now obsolete.
License number was added as embedded resource.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax[ObsoleteAttribute]
public bool Embedded { get; set; }
<ObsoleteAttribute>
Public Property Embedded As Boolean
Get
Set
public:
[ObsoleteAttribute]
property bool Embedded {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute>]
member Embedded : bool with get, set
Property Value
Type:
Boolean
See Also