GetEnableCssCustomProperties Method

GetEnableCssCustomProperties function

Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved.The default value is false.


func (instance *HtmlSaveOptions) GetEnableCssCustomProperties()  (bool,  error) 

Remarks

See Also