PageExportingAction

WebPImage.PageExportingAction property

Access or modify the page exporting action, which defines the specific action to be executed before each page is saved. Please note that setting this property will automatically release page resources after execution. Utilize this feature to perform custom actions or cleanup tasks before exporting each page, ensuring optimal resource management and desired behavior during image saving operations within your application.

public override PageExportingAction PageExportingAction { get; set; }

Property Value

The page exporting action.

See Also