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
Decimals
Gets or sets the number of decimal places for the property settings.
public string Decimals { get; set; }
Property Value
DefaultDestination
Gets or sets the default destination for the property settings.
public string DefaultDestination { get; set; }
Property Value
DefaultFont
Gets or sets the default font for the property settings.
[JsonInclude]
public PropertyFont DefaultFont { get; }
Property Value
FileVersion
Gets or sets the file version of the property settings.
[JsonInclude]
public string FileVersion { get; }
Property Value
LocaleID
Gets the locale ID (LCID) of the property settings.
[JsonInclude]
public string LocaleID { get; }
Property Value
MaxPdfIndexDepth
Gets or sets the maximum index depth for PDF output.
public string MaxPdfIndexDepth { get; set; }
Property Value
MaxPdfOutlineDepth
Gets or sets the maximum outline depth for PDF output.
public string MaxPdfOutlineDepth { get; set; }
Property Value
Metrics
Gets or sets the metrics for the property settings.
[JsonInclude]
public string Metrics { get; }
Property Value
RepresentationCodes
Gets or sets the representation codes for the property settings.
[JsonInclude]
public PropertyRepresentationCodes RepresentationCodes { get; }
Property Value
TextQuoteCodes
Gets or sets the text quote codes for the property settings.
[JsonInclude]
public PropertyTextQuoteCodes TextQuoteCodes { get; }