Show / Hide Table of Contents

Class PictureCssExclude

HTML Settings for excluding picture css settings.

Inheritance
object
PictureCssExclude
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Export.HtmlExport
Assembly: EPPlus.dll
Syntax
public class PictureCssExclude

Properties

Alignment

Exclude image alignment CSS

Declaration
public bool Alignment { get; set; }
Property Value
Type Description
bool

Border

Exclude image border CSS

Declaration
public bool Border { get; set; }
Property Value
Type Description
bool

Methods

Copy(PictureCssExclude)

Copy the values from another settings object.

Declaration
public void Copy(PictureCssExclude copy)
Parameters
Type Name Description
PictureCssExclude copy

The object to copy.

ResetToDefault()

Reset the setting to it's default values.

Declaration
public void ResetToDefault()
In this article
Back to top Generated by DocFX