Table of Contents

Class PropertySettings

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents the settings for a List & Label project, including formatting, locale, and output options.

public class PropertySettings : DomItem
Inheritance
PropertySettings
Inherited Members

Properties

Created

Gets or sets the created date of the property settings.

[JsonInclude]
public string Created { get; }

Property Value

string

Decimals

Gets or sets the number of decimal places for the property settings.

public string Decimals { get; set; }

Property Value

string

DefaultDestination

Gets or sets the default destination for the property settings.

public string DefaultDestination { get; set; }

Property Value

string

DefaultFont

Gets or sets the default font for the property settings.

[JsonInclude]
public PropertyFont DefaultFont { get; }

Property Value

PropertyFont

FileVersion

Gets or sets the file version of the property settings.

[JsonInclude]
public string FileVersion { get; }

Property Value

string

LocaleID

Gets the locale ID (LCID) of the property settings.

[JsonInclude]
public string LocaleID { get; }

Property Value

string

MaxPdfIndexDepth

Gets or sets the maximum index depth for PDF output.

public string MaxPdfIndexDepth { get; set; }

Property Value

string

MaxPdfOutlineDepth

Gets or sets the maximum outline depth for PDF output.

public string MaxPdfOutlineDepth { get; set; }

Property Value

string

Metrics

Gets or sets the metrics for the property settings.

[JsonInclude]
public string Metrics { get; }

Property Value

string

RepresentationCodes

Gets or sets the representation codes for the property settings.

[JsonInclude]
public PropertyRepresentationCodes RepresentationCodes { get; }

Property Value

PropertyRepresentationCodes

TextQuoteCodes

Gets or sets the text quote codes for the property settings.

[JsonInclude]
public PropertyTextQuoteCodes TextQuoteCodes { get; }

Property Value

PropertyTextQuoteCodes