Show / Hide Table of Contents

Class WebPublishing

Inheritance
System.Object
WebPublishing
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class WebPublishing : object

Constructors

WebPublishing()

Declaration
public WebPublishing()

Properties

AllowPng

Declaration
public bool AllowPng { get; set; }
Property Value
Type Description
System.Boolean

CharacterSet

Declaration
public string CharacterSet { get; set; }
Property Value
Type Description
System.String

CodePage

Declaration
public int? CodePage { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Css

Declaration
public bool Css { get; set; }
Property Value
Type Description
System.Boolean

Dpi

Declaration
public int Dpi { get; set; }
Property Value
Type Description
System.Int32

LongFileNames

Declaration
public bool LongFileNames { get; set; }
Property Value
Type Description
System.Boolean

TargetScreenSize

Declaration
public string TargetScreenSize { get; set; }
Property Value
Type Description
System.String

Thicket

Declaration
public bool Thicket { get; set; }
Property Value
Type Description
System.Boolean

Vml

Declaration
public bool Vml { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX