var instance = new Vintasoft.Imaging.Pdf.WebPdfResourceJS(document, compression, length); var value; // Type: string value = instance.getResourceData();
function getResourceData() : string;
Return Value
Data of this resource.
var instance = new Vintasoft.Imaging.Pdf.WebPdfResourceJS(document, compression, length); var value; // Type: string value = instance.getResourceData();
function getResourceData() : string;
Exception | Description |
---|---|
Thrown if class does NOT have information about resource data. |
Before calling this method you must call the "requestResourceData" method for getting information about resource data.
Call the "isResourceDataReceived" method if you want to determine that class already received information about resource data.