WebPImage.PageExportingAction

WebPImage.PageExportingAction property

访问或修改页面导出操作,该操作定义了在每页保存之前要执行的具体动作。请注意,设置此属性将在执行后自动释放页面资源。利用此功能在导出每页之前执行自定义操作或清理任务,确保在应用程序的图像保存过程中实现最佳资源管理和期望的行为。

public override PageExportingAction PageExportingAction { get; set; }

Property Value

页面导出操作。

另请参见