HtmlSaveOptions.CssSavingStrategy

Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate

public abstract static class HtmlSaveOptions.CssSavingStrategy extends System.MulticastDelegate

You can assign to this property custom strategy that implements processing or/and saving of one CSS’s part that was created during conversion of PDF to HTML . In such case processing (like saving to stream or disk) must be done in that custom code

Constructors

ConstructorDescription
CssSavingStrategy()

Methods

MethodDescription
invoke(HtmlSaveOptions.CssSavingInfo partSavingInfo)
beginInvoke(HtmlSaveOptions.CssSavingInfo partSavingInfo, System.AsyncCallback callback, Object state)
endInvoke(System.IAsyncResult result)

CssSavingStrategy()

public CssSavingStrategy()

invoke(HtmlSaveOptions.CssSavingInfo partSavingInfo)

public abstract void invoke(HtmlSaveOptions.CssSavingInfo partSavingInfo)

Parameters:

ParameterTypeDescription
partSavingInfoCssSavingInfo

beginInvoke(HtmlSaveOptions.CssSavingInfo partSavingInfo, System.AsyncCallback callback, Object state)

public final System.IAsyncResult beginInvoke(HtmlSaveOptions.CssSavingInfo partSavingInfo, System.AsyncCallback callback, Object state)

Parameters:

ParameterTypeDescription
partSavingInfoCssSavingInfo
callbackcom.aspose.ms.System.AsyncCallback
statejava.lang.Object

Returns: com.aspose.ms.System.IAsyncResult

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

Parameters:

ParameterTypeDescription
resultcom.aspose.ms.System.IAsyncResult