Class PictureCssExclude
- Namespace
- OfficeOpenXml.Export.HtmlExport
- Assembly
- EPPlus.dll
HTML Settings for excluding picture css settings.
public class PictureCssExclude
- Inheritance
-
PictureCssExclude
- Inherited Members
Properties
Alignment
Exclude image alignment CSS
public bool Alignment { get; set; }
Property Value
Border
Exclude image border CSS
public bool Border { get; set; }
Property Value
Methods
Copy(PictureCssExclude)
Copy the values from another settings object.
public void Copy(PictureCssExclude copy)
Parameters
copyPictureCssExcludeThe object to copy.
ResetToDefault()
Reset the setting to it's default values.
public void ResetToDefault()